Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / html / HTMLMenuElement.idl
index ea756fc..42110b5 100644 (file)
@@ -18,6 +18,8 @@
  */
 
 interface HTMLMenuElement : HTMLElement {
+    [RuntimeEnabled=ContextMenu, Reflect] attribute DOMString type;
+    [RuntimeEnabled=ContextMenu, Reflect] attribute DOMString label;
     [Reflect] attribute boolean compact;
 };