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