| Index: third_party/WebKit/Source/core/layout/LayoutWordBreak.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutWordBreak.cpp b/third_party/WebKit/Source/core/layout/LayoutWordBreak.cpp
|
| index 64c2c08c8228cdde6b50a2a21cdd168eac25c32a..574b16452aa8e10684a28dfcdebc3975a33fa494 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutWordBreak.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutWordBreak.cpp
|
| @@ -31,7 +31,7 @@
|
| namespace blink {
|
|
|
| LayoutWordBreak::LayoutWordBreak(HTMLElement* element)
|
| - : LayoutText(element, StringImpl::empty()) {}
|
| + : LayoutText(element, StringImpl::empty) {}
|
|
|
| bool LayoutWordBreak::isWordBreak() const {
|
| return true;
|
|
|