Chromium Code Reviews| Index: Source/core/html/HTMLMenuElement.idl |
| diff --git a/Source/core/html/HTMLMenuElement.idl b/Source/core/html/HTMLMenuElement.idl |
| index ea756fcaeacb7f1108b87b376c29cb9302705cea..9146fef0d33ba3fb1e78fb74a590412d47fef422 100644 |
| --- a/Source/core/html/HTMLMenuElement.idl |
| +++ b/Source/core/html/HTMLMenuElement.idl |
| @@ -18,6 +18,8 @@ |
| */ |
| interface HTMLMenuElement : HTMLElement { |
| + [Reflect] attribute DOMString type; |
| + [Reflect] attribute DOMString label; |
| [Reflect] attribute boolean compact; |
| }; |