Index: Source/core/html/HTMLMenuItemElement.idl |
diff --git a/Source/core/html/HTMLMenuItemElement.idl b/Source/core/html/HTMLMenuItemElement.idl |
index ec2b2d6fba6fb98b0ab801caba8f58d80ac2084b..b1dfa4f1f994b384337372dbe46c2c0a85ff2e96 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; |