| 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 f52dff8693e79c4338fdb9881060f7e99a527587..c7d556af5e214193e9f540fa0280e2f85fc0d1e2 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, Measure] Promise<sequence<DetectedObject>> detect(CanvasImageSource image);
|
| + [CallWith=ScriptState, Measure] Promise<sequence<DetectedFace>> detect(CanvasImageSource image);
|
| };
|
|
|