| Index: third_party/WebKit/Source/modules/shapedetection/FaceDetector.idl
|
| diff --git a/third_party/WebKit/Source/modules/shapedetection/FaceDetector.idl b/third_party/WebKit/Source/modules/shapedetection/FaceDetector.idl
|
| index a94b59f0fb4ede8cdced9d7e165cf1f4fbe56b69..95f8f0d5a53c9653d82a31d3b1911dcd9e2c652b 100644
|
| --- a/third_party/WebKit/Source/modules/shapedetection/FaceDetector.idl
|
| +++ b/third_party/WebKit/Source/modules/shapedetection/FaceDetector.idl
|
| @@ -6,7 +6,7 @@
|
|
|
| [
|
| Constructor(optional FaceDetectorOptions faceDetectorOptions),
|
| - ConstructorCallWith=Document,
|
| + ConstructorCallWith=ExecutionContext,
|
| Exposed=(Window,Worker),
|
| RuntimeEnabled=ShapeDetection,
|
| ] interface FaceDetector {
|
|
|