Index: Source/core/html/HTMLElement.h |
diff --git a/Source/core/html/HTMLElement.h b/Source/core/html/HTMLElement.h |
index 14553f595810ad9b70b499b56cb3ab912e8009bf..87f98d3b76f1c9bf565a2e1cdc848f6fe8ff3441 100644 |
--- a/Source/core/html/HTMLElement.h |
+++ b/Source/core/html/HTMLElement.h |
@@ -100,6 +100,8 @@ public: |
HTMLMenuElement* contextMenu() const; |
void setContextMenu(HTMLMenuElement*); |
+ virtual String altText() const { return String(); } |
+ |
protected: |
HTMLElement(const QualifiedName& tagName, Document&, ConstructionType); |