| 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 5372762311d7f608da1973499bf97bab75b6db65..3013dcdf3853bfa9d345360fd542f3ef42a832e0 100644
|
| --- a/third_party/WebKit/Source/modules/shapedetection/FaceDetector.h
|
| +++ b/third_party/WebKit/Source/modules/shapedetection/FaceDetector.h
|
| @@ -40,7 +40,6 @@ class MODULES_EXPORT FaceDetector final : public ShapeDetector,
|
| void onFaceServiceConnectionError();
|
|
|
| mojom::blink::FaceDetectionPtr m_faceService;
|
| - mojom::blink::FaceDetectorOptionsPtr m_faceDetectorOptions;
|
|
|
| HeapHashSet<Member<ScriptPromiseResolver>> m_faceServiceRequests;
|
| };
|
|
|