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..42110b5911d020a834101eb75420edbe90dfd25e 100644 |
| --- a/Source/core/html/HTMLMenuElement.idl |
| +++ b/Source/core/html/HTMLMenuElement.idl |
| @@ -18,6 +18,8 @@ |
| */ |
| interface HTMLMenuElement : HTMLElement { |
| + [RuntimeEnabled=ContextMenu, Reflect] attribute DOMString type; |
|
tkent
2014/07/31 06:07:55
Add a test to fast/dom/domstring-attribute-reflect
pals
2014/08/01 10:03:07
Done.
|
| + [RuntimeEnabled=ContextMenu, Reflect] attribute DOMString label; |
|
tkent
2014/07/31 06:07:55
Ditto.
pals
2014/08/01 10:03:07
Done.
|
| [Reflect] attribute boolean compact; |
| }; |