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 9d38d09ab71c5aa5e8f8043ce898b5d391f2c38b..d39a27a05e6a0f0dcf5b4336536e86351c8aa67c 100644 |
--- a/third_party/WebKit/Source/core/html/HTMLElement.idl |
+++ b/third_party/WebKit/Source/core/html/HTMLElement.idl |
@@ -36,7 +36,7 @@ interface HTMLElement : Element { |
void blur(); |
[Reflect] attribute DOMString accessKey; |
[CustomElementCallbacks] attribute boolean draggable; |
- [RuntimeEnabled=ContextMenu, LegacyInterfaceTypeChecking] attribute HTMLMenuElement? contextMenu; |
+ [RuntimeEnabled=ContextMenu] attribute HTMLMenuElement? contextMenu; |
attribute boolean spellcheck; |
// HTMLElement implements ElementContentEditable |