| Index: Source/core/html/HTMLElement.h
|
| diff --git a/Source/core/html/HTMLElement.h b/Source/core/html/HTMLElement.h
|
| index bd155225b6ee45b347268dda9e1fa04999aaddb3..abf098afb7d16523d32e9d1cfd4cc6aabf70b728 100644
|
| --- a/Source/core/html/HTMLElement.h
|
| +++ b/Source/core/html/HTMLElement.h
|
| @@ -99,6 +99,10 @@ public:
|
| HTMLMenuElement* contextMenu() const;
|
| void setContextMenu(HTMLMenuElement*);
|
|
|
| + virtual void ensureFallbackContent() { }
|
| + virtual void ensurePrimaryContent() { }
|
| + virtual String altText() const { return String(); }
|
| +
|
| protected:
|
| HTMLElement(const QualifiedName& tagName, Document&, ConstructionType);
|
|
|
|
|