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