| Index: third_party/WebKit/Source/modules/shapedetection/DetectedBarcode.h
|
| diff --git a/third_party/WebKit/Source/modules/shapedetection/DetectedBarcode.h b/third_party/WebKit/Source/modules/shapedetection/DetectedBarcode.h
|
| index 1518e3bc4a46ef36eed7cbf8c4ca04231cd7b6e8..563c8568d9f207478e942f0af84fcb6aa09a3795 100644
|
| --- a/third_party/WebKit/Source/modules/shapedetection/DetectedBarcode.h
|
| +++ b/third_party/WebKit/Source/modules/shapedetection/DetectedBarcode.h
|
| @@ -27,7 +27,7 @@ class MODULES_EXPORT DetectedBarcode final
|
| DECLARE_TRACE();
|
|
|
| private:
|
| - DetectedBarcode(String rawValue, DOMRect* boundingBox);
|
| + DetectedBarcode(String, DOMRect*);
|
|
|
| const String m_rawValue;
|
| const Member<DOMRect> m_boundingBox;
|
|
|