Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(918)

Unified Diff: Source/core/events/Event.idl

Issue 797583002: [bindings] Avoid using custom bindings for handling clipboardData on Event idl interface. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Missed some expected files. Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
};
« Source/core/events/ClipboardEvent.idl ('K') | « Source/core/events/ClipboardEvent.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698