| 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 36e911284cce2d4243af171c1e86f517529abfd9..f52dff8693e79c4338fdb9881060f7e99a527587 100644
|
| --- a/third_party/WebKit/Source/modules/shapedetection/FaceDetector.idl
|
| +++ b/third_party/WebKit/Source/modules/shapedetection/FaceDetector.idl
|
| @@ -10,5 +10,5 @@
|
| Exposed=(Window,Worker),
|
| RuntimeEnabled=ShapeDetection,
|
| ] interface FaceDetector {
|
| - [CallWith=ScriptState] Promise<sequence<DetectedObject>> detect(CanvasImageSource image);
|
| + [CallWith=ScriptState, Measure] Promise<sequence<DetectedObject>> detect(CanvasImageSource image);
|
| };
|
|
|