| Index: content/child/runtime_features.cc
|
| diff --git a/content/child/runtime_features.cc b/content/child/runtime_features.cc
|
| index 4a75f4ff8a44122c554d06faaaf4e9342b16c185..8e4851f0bc03d494acd08268ef8fceba11895e7f 100644
|
| --- a/content/child/runtime_features.cc
|
| +++ b/content/child/runtime_features.cc
|
| @@ -202,7 +202,9 @@ void SetRuntimeFeaturesDefaultsAndUpdateFromArgs(
|
|
|
| if (command_line.HasSwitch(switches::kEnableWebVR)) {
|
| WebRuntimeFeatures::enableWebVR(true);
|
| - WebRuntimeFeatures::enableFeatureFromString("GeometryInterfaces", true);
|
| + // TODO(bashi): Remove blink::WebString() cast.
|
| + WebRuntimeFeatures::enableFeatureFromString(
|
| + blink::WebString("GeometryInterfaces"), true);
|
| }
|
|
|
| // Enable explicitly enabled features, and then disable explicitly disabled
|
|
|