| Index: Source/core/html/HTMLElement.h
|
| diff --git a/Source/core/html/HTMLElement.h b/Source/core/html/HTMLElement.h
|
| index 90c3963d63f8677f35c46a7f6541f614d5e854c8..abaf49fd53fc3276896ee2f58bf442fef7b25b97 100644
|
| --- a/Source/core/html/HTMLElement.h
|
| +++ b/Source/core/html/HTMLElement.h
|
| @@ -30,6 +30,7 @@ namespace WebCore {
|
| class DocumentFragment;
|
| class HTMLCollection;
|
| class HTMLFormElement;
|
| +class HTMLMenuElement;
|
| class ExceptionState;
|
|
|
| enum TranslateAttributeMode {
|
| @@ -90,6 +91,8 @@ public:
|
| virtual bool matchesReadOnlyPseudoClass() const OVERRIDE;
|
| virtual bool matchesReadWritePseudoClass() const OVERRIDE;
|
|
|
| + HTMLMenuElement* menuElement() const;
|
| +
|
| protected:
|
| HTMLElement(const QualifiedName& tagName, Document&, ConstructionType);
|
|
|
|
|