Index: Source/core/html/HTMLElement.h |
diff --git a/Source/core/html/HTMLElement.h b/Source/core/html/HTMLElement.h |
index ab3e9a052fa5eea3bf44ed05fc08ba5502d72984..250b1ee7aea8b41939bf28dc89e3bc15e3f441e0 100644 |
--- a/Source/core/html/HTMLElement.h |
+++ b/Source/core/html/HTMLElement.h |
@@ -96,6 +96,7 @@ public: |
static const AtomicString& eventParameterName(); |
+ HTMLMenuElement* assignedContextMenu() const; |
HTMLMenuElement* contextMenu() const; |
void setContextMenu(HTMLMenuElement*); |