Chromium Code Reviews| Index: third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerScriptCachedMetadataHandler.cpp |
| diff --git a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerScriptCachedMetadataHandler.cpp b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerScriptCachedMetadataHandler.cpp |
| index 21a337c7ce4a689577bf83a128da4a3928c162bb..005bfbbb5ac4fed4610703d25877846dbf890721 100644 |
| --- a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerScriptCachedMetadataHandler.cpp |
| +++ b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerScriptCachedMetadataHandler.cpp |
| @@ -61,7 +61,7 @@ ServiceWorkerScriptCachedMetadataHandler::cachedMetadata( |
| } |
| String ServiceWorkerScriptCachedMetadataHandler::encoding() const { |
| - return emptyString(); |
| + return emptyString; |
| } |
| } // namespace blink |