| Index: third_party/WebKit/Source/modules/shapedetection/DetectedText.idl
|
| diff --git a/third_party/WebKit/Source/modules/shapedetection/DetectedText.idl b/third_party/WebKit/Source/modules/shapedetection/DetectedText.idl
|
| index 99d8306c8203a44b1d8cbe9f8e40965cfbfa99c4..5707562716ecf98fbcf5952bf87f3baf3f175a37 100644
|
| --- a/third_party/WebKit/Source/modules/shapedetection/DetectedText.idl
|
| +++ b/third_party/WebKit/Source/modules/shapedetection/DetectedText.idl
|
| @@ -8,6 +8,6 @@
|
| Constructor,
|
| RuntimeEnabled=ShapeDetection,
|
| ] interface DetectedText {
|
| - [SameObject] readonly attribute DOMRect boundingBox;
|
| [SameObject] readonly attribute DOMString rawValue;
|
| + [SameObject] readonly attribute DOMRect boundingBox;
|
| };
|
|
|