| Index: Source/core/html/HTMLMenuItemElement.idl
|
| diff --git a/Source/core/html/HTMLMenuItemElement.idl b/Source/core/html/HTMLMenuItemElement.idl
|
| index cf770ad1ec72522f7dbc613e386dcc1166d26b8b..eceb6326ded03e9de7eaaa3e56e1dcaae9fc4312 100644
|
| --- a/Source/core/html/HTMLMenuItemElement.idl
|
| +++ b/Source/core/html/HTMLMenuItemElement.idl
|
| @@ -7,6 +7,7 @@
|
| ] interface HTMLMenuItemElement : HTMLElement {
|
| [Reflect] attribute DOMString type;
|
| [Reflect] attribute DOMString label;
|
| + [Reflect] attribute DOMString icon;
|
| [Reflect] attribute boolean disabled;
|
| [Reflect] attribute boolean checked;
|
| [Reflect] attribute boolean default;
|
|
|