Chromium Code Reviews| Index: third_party/WebKit/Source/wtf/text/StringView.cpp |
| diff --git a/third_party/WebKit/Source/wtf/text/StringView.cpp b/third_party/WebKit/Source/wtf/text/StringView.cpp |
| index 6774c5f7c0930a6dbe5e9e9c264de6e048eb0aa1..b74b75ccfd8d7f40dbcf96b0a749b51767c1bf8d 100644 |
| --- a/third_party/WebKit/Source/wtf/text/StringView.cpp |
| +++ b/third_party/WebKit/Source/wtf/text/StringView.cpp |
| @@ -26,7 +26,7 @@ String StringView::toString() const { |
| if (isNull()) |
| return String(); |
| if (isEmpty()) |
| - return emptyString(); |
| + return emptyString; |
| if (StringImpl* impl = sharedImpl()) |
| return impl; |
| if (is8Bit()) |