Index: content/child/runtime_features.cc |
diff --git a/content/child/runtime_features.cc b/content/child/runtime_features.cc |
index 2e9c1fe9b2dfdb49af49580f690def4322fc304b..b655b9593d264b0a38045fee10a86e43205c44e7 100644 |
--- a/content/child/runtime_features.cc |
+++ b/content/child/runtime_features.cc |
@@ -43,7 +43,7 @@ void SetRuntimeFeaturesDefaultsAndUpdateFromArgs( |
const CommandLine& command_line) { |
WebRuntimeFeatures::enableStableFeatures(true); |
- if (command_line.HasSwitch(switches::kEnableExperimentalWebKitFeatures)) |
+ if (command_line.HasSwitch(switches::kEnableExperimentalWebPlatformFeatures)) |
WebRuntimeFeatures::enableExperimentalFeatures(true); |
SetRuntimeFeatureDefaultsForPlatform(); |