Chromium Code Reviews| Index: third_party/WebKit/Source/core/frame/Deprecation.cpp |
| diff --git a/third_party/WebKit/Source/core/frame/Deprecation.cpp b/third_party/WebKit/Source/core/frame/Deprecation.cpp |
| index e19e36890d9944098d25f423c8aea77947267231..424a3c082cda58ed7d21ec43c78922d15029f2a7 100644 |
| --- a/third_party/WebKit/Source/core/frame/Deprecation.cpp |
| +++ b/third_party/WebKit/Source/core/frame/Deprecation.cpp |
| @@ -130,7 +130,7 @@ String Deprecation::deprecationMessage(CSSPropertyID unresolvedProperty) { |
| "6390764217040896"); |
| default: |
| - return emptyString(); |
| + return emptyString; |
| } |
| } |