Chromium Code Reviews| Index: third_party/WebKit/Source/core/css/FontFace.cpp |
| diff --git a/third_party/WebKit/Source/core/css/FontFace.cpp b/third_party/WebKit/Source/core/css/FontFace.cpp |
| index 87adc2963c3d745d6107a673b012b85f7c93e170..790bd980e7b10e5302a075657cc3458ab0e2e391 100644 |
| --- a/third_party/WebKit/Source/core/css/FontFace.cpp |
| +++ b/third_party/WebKit/Source/core/css/FontFace.cpp |
| @@ -362,7 +362,7 @@ String FontFace::status() const { |
| default: |
| NOTREACHED(); |
| } |
| - return emptyString(); |
| + return emptyString; |
| } |
| void FontFace::setLoadStatus(LoadStatusType status) { |