| 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 c31e41cfaba5f10121566b8ca9354e582a038d3c..03a6dd12407d1514a730b2af4ab4eee0ec1c164d 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=ScriptState,
|
| + ConstructorCallWith=Document,
|
| RuntimeEnabled=ShapeDetection,
|
| ] interface FaceDetector {
|
| [CallWith=ScriptState] Promise<sequence<DetectedObject>> detect(CanvasImageSource image);
|
|
|