| 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 5213e83fb6f3357c5bcce680b3992a7247b2040c..c078544a945940290359f0625400a428c75071ea 100644
|
| --- a/third_party/WebKit/Source/bindings/modules/v8/ConditionalFeaturesForModules.cpp
|
| +++ b/third_party/WebKit/Source/bindings/modules/v8/ConditionalFeaturesForModules.cpp
|
| @@ -61,6 +61,10 @@ void installConditionalFeaturesForModules(
|
| interfaceObject);
|
| }
|
| } else if (wrapperTypeInfo == &V8Window::wrapperTypeInfo) {
|
| + if (OriginTrials::imageCaptureEnabled(executionContext)) {
|
| + V8WindowPartial::installImageCapture(isolate, world, global,
|
| + prototypeObject, interfaceObject);
|
| + }
|
| if (OriginTrials::webUSBEnabled(executionContext)) {
|
| V8WindowPartial::installWebUSB(isolate, world, global, prototypeObject,
|
| interfaceObject);
|
|
|