Index: Source/core/dom/Element.h |
diff --git a/Source/core/dom/Element.h b/Source/core/dom/Element.h |
index 93c19895bae3aec6e8c7252425e8308a139affc4..fad133ebdc13f1df534f4fef79dc50275beb1056 100644 |
--- a/Source/core/dom/Element.h |
+++ b/Source/core/dom/Element.h |
@@ -375,7 +375,7 @@ public: |
KURL getNonEmptyURLAttribute(const QualifiedName&) const; |
virtual const AtomicString imageSourceURL() const; |
- virtual String target() const { return String(); } |
+ virtual AtomicString target() const { return nullAtom; } |
virtual Image* imageContents() { return 0; } |
virtual void focus(bool restorePreviousSelection = true, FocusDirection = FocusDirectionNone); |