| 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 03a6dd12407d1514a730b2af4ab4eee0ec1c164d..36e911284cce2d4243af171c1e86f517529abfd9 100644
|
| --- a/third_party/WebKit/Source/modules/shapedetection/FaceDetector.idl
|
| +++ b/third_party/WebKit/Source/modules/shapedetection/FaceDetector.idl
|
| @@ -7,6 +7,7 @@
|
| [
|
| Constructor(optional FaceDetectorOptions faceDetectorOptions),
|
| ConstructorCallWith=Document,
|
| + Exposed=(Window,Worker),
|
| RuntimeEnabled=ShapeDetection,
|
| ] interface FaceDetector {
|
| [CallWith=ScriptState] Promise<sequence<DetectedObject>> detect(CanvasImageSource image);
|
|
|