| Index: third_party/WebKit/Source/modules/shapedetection/BarcodeDetector.h
|
| diff --git a/third_party/WebKit/Source/modules/shapedetection/BarcodeDetector.h b/third_party/WebKit/Source/modules/shapedetection/BarcodeDetector.h
|
| index 9ebd1cbafbcbcd725b6bf67db9e5865af21ea7ab..e8767457c207f7d15dcb49b4d5ad79c182a84bd5 100644
|
| --- a/third_party/WebKit/Source/modules/shapedetection/BarcodeDetector.h
|
| +++ b/third_party/WebKit/Source/modules/shapedetection/BarcodeDetector.h
|
| @@ -21,7 +21,7 @@ class MODULES_EXPORT BarcodeDetector final : public ShapeDetector,
|
| DEFINE_WRAPPERTYPEINFO();
|
|
|
| public:
|
| - static BarcodeDetector* create(ScriptState*);
|
| + static BarcodeDetector* create(Document&);
|
|
|
| ScriptPromise detect(ScriptState*, const CanvasImageSourceUnion&);
|
| DECLARE_VIRTUAL_TRACE();
|
|
|