| Index: third_party/WebKit/Source/core/html/HTMLMenuItemElement.idl
 | 
| diff --git a/third_party/WebKit/Source/core/html/HTMLMenuItemElement.idl b/third_party/WebKit/Source/core/html/HTMLMenuItemElement.idl
 | 
| index 99cd8800e44deaa4dfccd52dc477850f8add2fac..aaaecab36ef18ffb0e66ddac01c7e5539f44f0b9 100644
 | 
| --- a/third_party/WebKit/Source/core/html/HTMLMenuItemElement.idl
 | 
| +++ b/third_party/WebKit/Source/core/html/HTMLMenuItemElement.idl
 | 
| @@ -7,12 +7,12 @@
 | 
|  [
 | 
|      RuntimeEnabled=ContextMenu,
 | 
|  ] 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 DOMString radiogroup;
 | 
| -    [Reflect] attribute boolean default;
 | 
| +    [CEReactions, Reflect] attribute DOMString type;
 | 
| +    [CEReactions, Reflect] attribute DOMString label;
 | 
| +    [CEReactions, Reflect] attribute DOMString icon;
 | 
| +    [CEReactions, Reflect] attribute boolean disabled;
 | 
| +    [CEReactions, Reflect] attribute boolean checked;
 | 
| +    [CEReactions, Reflect] attribute DOMString radiogroup;
 | 
| +    [CEReactions, Reflect] attribute boolean default;
 | 
|      // FIXME: readonly attribute HTMLElement? command;
 | 
|  };
 | 
| 
 |