| Index: third_party/WebKit/Source/modules/shapedetection/FaceDetector.h
|
| diff --git a/third_party/WebKit/Source/modules/shapedetection/FaceDetector.h b/third_party/WebKit/Source/modules/shapedetection/FaceDetector.h
|
| index c370d6bb1bd72057773da500a3633e5455b21770..8af8030c14518fd7c2d6cf4c82b65dede6c13a5f 100644
|
| --- a/third_party/WebKit/Source/modules/shapedetection/FaceDetector.h
|
| +++ b/third_party/WebKit/Source/modules/shapedetection/FaceDetector.h
|
| @@ -28,7 +28,7 @@ class MODULES_EXPORT FaceDetector final : public ShapeDetector,
|
| DECLARE_VIRTUAL_TRACE();
|
|
|
| private:
|
| - explicit FaceDetector(LocalFrame&, const FaceDetectorOptions&);
|
| + FaceDetector(LocalFrame&, const FaceDetectorOptions&);
|
| ~FaceDetector() override = default;
|
| };
|
|
|
|
|