| Index: third_party/WebKit/Source/modules/shapedetection/DetectedText.cpp
|
| diff --git a/third_party/WebKit/Source/modules/shapedetection/DetectedText.cpp b/third_party/WebKit/Source/modules/shapedetection/DetectedText.cpp
|
| index 9551b624628c89e558799c4aba8e8409e4162357..4650ef9e3641309e810e79fa8d0d87208b1044d1 100644
|
| --- a/third_party/WebKit/Source/modules/shapedetection/DetectedText.cpp
|
| +++ b/third_party/WebKit/Source/modules/shapedetection/DetectedText.cpp
|
| @@ -9,7 +9,7 @@
|
| namespace blink {
|
|
|
| DetectedText* DetectedText::create() {
|
| - return new DetectedText(emptyString(), DOMRect::create());
|
| + return new DetectedText(emptyString, DOMRect::create());
|
| }
|
|
|
| DetectedText* DetectedText::create(String rawValue, DOMRect* boundingBox) {
|
|
|