Chromium Code Reviews| Index: third_party/WebKit/Source/core/dom/PseudoElement.cpp |
| diff --git a/third_party/WebKit/Source/core/dom/PseudoElement.cpp b/third_party/WebKit/Source/core/dom/PseudoElement.cpp |
| index fbdcc2997cb2844fe3983f99f744622f56f38bb2..c0df72d0beadc0d7b6e029fcc295e3e6015a97e2 100644 |
| --- a/third_party/WebKit/Source/core/dom/PseudoElement.cpp |
| +++ b/third_party/WebKit/Source/core/dom/PseudoElement.cpp |
| @@ -77,7 +77,7 @@ String PseudoElement::pseudoElementNameForEvents(PseudoId pseudoId) { |
| case PseudoIdBefore: |
| return before; |
| default: |
| - return emptyString(); |
| + return emptyString; |
| } |
| } |