| Index: third_party/WebKit/Source/bindings/modules/v8/ConditionalFeaturesForModules.cpp
|
| diff --git a/third_party/WebKit/Source/bindings/modules/v8/ConditionalFeaturesForModules.cpp b/third_party/WebKit/Source/bindings/modules/v8/ConditionalFeaturesForModules.cpp
|
| index f26d82f34d22f0813087d145d2e4b45b9d57fccb..23269508ffb34bda4f5a1eb363ae1a80edb7d62e 100644
|
| --- a/third_party/WebKit/Source/bindings/modules/v8/ConditionalFeaturesForModules.cpp
|
| +++ b/third_party/WebKit/Source/bindings/modules/v8/ConditionalFeaturesForModules.cpp
|
| @@ -178,7 +178,7 @@ void InstallPendingConditionalFeatureForModules(
|
| }
|
| return;
|
| }
|
| - if (feature == "WebVR") {
|
| + if (feature == "WebVR1.1") {
|
| global_instance_object = script_state->GetContext()->Global();
|
| V8WindowPartial::installGamepadExtensions(
|
| isolate, world, global_instance_object, v8::Local<v8::Object>(),
|
|
|