Chromium Code Reviews| Index: third_party/WebKit/Source/bindings/core/v8/V8Initializer.cpp |
| diff --git a/third_party/WebKit/Source/bindings/core/v8/V8Initializer.cpp b/third_party/WebKit/Source/bindings/core/v8/V8Initializer.cpp |
| index d66e6be79fa12cf63cf2f62632d613b7291e30ee..edee432e96b16ee3f80d047a69cc6f1523cb346b 100644 |
| --- a/third_party/WebKit/Source/bindings/core/v8/V8Initializer.cpp |
| +++ b/third_party/WebKit/Source/bindings/core/v8/V8Initializer.cpp |
| @@ -116,7 +116,7 @@ static String extractMessageForConsole(v8::Isolate* isolate, |
| return exception->toStringForConsole(); |
| } |
| } |
| - return emptyString(); |
| + return emptyString; |
| } |
| namespace { |