| Index: third_party/WebKit/Source/modules/shapedetection/ShapeDetector.cpp
|
| diff --git a/third_party/WebKit/Source/modules/shapedetection/ShapeDetector.cpp b/third_party/WebKit/Source/modules/shapedetection/ShapeDetector.cpp
|
| index 610e4d35c8f1a896a37f1c30a7ff80c781554e0e..2fc9609fb194c93df60065fe78c5bb99dde0af71 100644
|
| --- a/third_party/WebKit/Source/modules/shapedetection/ShapeDetector.cpp
|
| +++ b/third_party/WebKit/Source/modules/shapedetection/ShapeDetector.cpp
|
| @@ -48,10 +48,6 @@ mojo::ScopedSharedBufferHandle getSharedBufferOnData(
|
|
|
| } // anonymous namespace
|
|
|
| -ShapeDetector::ShapeDetector(LocalFrame& frame) {
|
| - DCHECK(frame.interfaceProvider());
|
| -}
|
| -
|
| ScriptPromise ShapeDetector::detect(ScriptState* scriptState,
|
| const ImageBitmapSourceUnion& imageSource) {
|
| ScriptPromiseResolver* resolver = ScriptPromiseResolver::create(scriptState);
|
|
|