Index: third_party/WebKit/Source/core/html/HTMLElement.idl |
diff --git a/third_party/WebKit/Source/core/html/HTMLElement.idl b/third_party/WebKit/Source/core/html/HTMLElement.idl |
index 74763c010ab40f625ed21833a1d22dfeb4534049..ad8390f7f692473f236f34dc6fa31e46d931f036 100644 |
--- a/third_party/WebKit/Source/core/html/HTMLElement.idl |
+++ b/third_party/WebKit/Source/core/html/HTMLElement.idl |
@@ -37,7 +37,6 @@ interface HTMLElement : Element { |
void blur(); |
[CEReactions, Reflect] attribute DOMString accessKey; |
[CEReactions, CustomElementCallbacks] attribute boolean draggable; |
- [CEReactions, RuntimeEnabled=ContextMenu] attribute HTMLMenuElement? contextMenu; |
[CEReactions] attribute boolean spellcheck; |
// HTMLElement implements ElementContentEditable |