Index: Source/core/html/HTMLElement.idl |
diff --git a/Source/core/html/HTMLElement.idl b/Source/core/html/HTMLElement.idl |
index a1382121a176f556a64752bb66b40142f0026a03..61b7e38be0b76c4cfc111b87fe832a8609265133 100644 |
--- a/Source/core/html/HTMLElement.idl |
+++ b/Source/core/html/HTMLElement.idl |
@@ -40,7 +40,7 @@ |
[CustomElementCallbacks, RaisesException=Setter] attribute DOMString contentEditable; |
readonly attribute boolean isContentEditable; |
- |
+ [RuntimeEnabled=ContextMenu] attribute HTMLMenuElement? contextMenu; |
attribute boolean spellcheck; |
void click(); |