Chromium Code Reviews| Index: core/dom/Event.idl |
| =================================================================== |
| --- core/dom/Event.idl (revision 23517) |
| +++ core/dom/Event.idl (working copy) |
| @@ -72,7 +72,7 @@ |
| attribute boolean returnValue; |
| attribute boolean cancelBubble; |
| - [EnabledAtRuntime=experimentalShadowDOM] NodeList path(); |
| + [EnabledAtRuntime=experimentalShadowDOM] readonly attribute NodeList path; |
| [Custom] readonly attribute Clipboard clipboardData; |
| }; |