| Index: third_party/WebKit/Source/core/html/HTMLMenuElement.idl
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLMenuElement.idl b/third_party/WebKit/Source/core/html/HTMLMenuElement.idl
|
| index d69da84feeba76e9ab77fde9bc0fa767b2937698..858fc2cfb0e85e1afae0f3216e8e6e82a26cc71a 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLMenuElement.idl
|
| +++ b/third_party/WebKit/Source/core/html/HTMLMenuElement.idl
|
| @@ -18,7 +18,7 @@
|
| */
|
|
|
| // https://html.spec.whatwg.org/#the-menu-element
|
| -
|
| +[HTMLConstructor]
|
| interface HTMLMenuElement : HTMLElement {
|
| [CEReactions, RuntimeEnabled=ContextMenu, Reflect] attribute DOMString type;
|
| [CEReactions, RuntimeEnabled=ContextMenu, Reflect] attribute DOMString label;
|
|
|