Chromium Code Reviews| Index: third_party/WebKit/Source/bindings/core/v8/V8StringResource.h |
| diff --git a/third_party/WebKit/Source/bindings/core/v8/V8StringResource.h b/third_party/WebKit/Source/bindings/core/v8/V8StringResource.h |
| index b6009b80909e1205bbc48fa438a7ec76782f6e8e..6be25472d1b3ebc1abd8c4be234320d088134988 100644 |
| --- a/third_party/WebKit/Source/bindings/core/v8/V8StringResource.h |
| +++ b/third_party/WebKit/Source/bindings/core/v8/V8StringResource.h |
| @@ -280,7 +280,7 @@ inline bool V8StringResource<TreatNullAsEmptyString>::isValid() const { |
| template <> |
| inline String V8StringResource<TreatNullAsEmptyString>::fallbackString() const { |
| - return emptyString(); |
| + return emptyString; |
| } |
| template <> |