Index: third_party/WebKit/Source/core/html/HTMLElement.h |
diff --git a/third_party/WebKit/Source/core/html/HTMLElement.h b/third_party/WebKit/Source/core/html/HTMLElement.h |
index b890e3b9519958b243434c5d54be06dc065df5c2..df1475952e2993714aa6540f3c01bd6697675451 100644 |
--- a/third_party/WebKit/Source/core/html/HTMLElement.h |
+++ b/third_party/WebKit/Source/core/html/HTMLElement.h |
@@ -32,7 +32,6 @@ class DocumentFragment; |
class ExceptionState; |
class FormAssociated; |
class HTMLFormElement; |
-class HTMLMenuElement; |
class KeyboardEvent; |
enum TranslateAttributeMode { |
@@ -107,10 +106,6 @@ class CORE_EXPORT HTMLElement : public Element { |
static const AtomicString& EventParameterName(); |
- HTMLMenuElement* AssignedContextMenu() const; |
- HTMLMenuElement* contextMenu() const; |
- void setContextMenu(HTMLMenuElement*); |
- |
virtual String AltText() const { return String(); } |
int offsetLeftForBinding(); |