Chromium Code Reviews| Index: Source/core/events/Event.idl |
| diff --git a/Source/core/events/Event.idl b/Source/core/events/Event.idl |
| index 002a947d73332d65c2a45a1459d198f31911bd83..4e0f595fe8e0d1f7faf1962649e058685f83d388 100644 |
| --- a/Source/core/events/Event.idl |
| +++ b/Source/core/events/Event.idl |
| @@ -71,5 +71,4 @@ |
| [CallWith=ExecutionContext, ImplementedAs=legacyReturnValue, MeasureAs=EventReturnValue] attribute boolean returnValue; |
| [MeasureAs=EventCancelBubble] attribute boolean cancelBubble; |
| [MeasureAs=EventPath] readonly attribute NodeList path; |
| - [Custom=Getter, MeasureAs=EventClipboardData] readonly attribute DataTransfer clipboardData; |
|
philipj_slow
2014/12/12 14:25:35
This has rather high usage:
https://www.chromestat
|
| }; |