| Index: Source/core/html/HTMLElement.h
|
| diff --git a/Source/core/html/HTMLElement.h b/Source/core/html/HTMLElement.h
|
| index 250b1ee7aea8b41939bf28dc89e3bc15e3f441e0..02cc98c5e40b69d1266e2b5c65650879129e6448 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);
|
|
|
|
|