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

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

Issue 183743013: Rename Clipboard.idl to DataTransfer.idl to match the spec (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 10 months 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
« no previous file with comments | « Source/core/core.gypi ('k') | Source/core/events/MouseEvent.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/events/Event.idl
diff --git a/Source/core/events/Event.idl b/Source/core/events/Event.idl
index 3f8e80b05239c51af2d1c4e5afab8bddaa85d074..70b36d2cee5e4ee5ce8a9af9845a2e7d26c1add4 100644
--- a/Source/core/events/Event.idl
+++ b/Source/core/events/Event.idl
@@ -73,5 +73,5 @@
[RuntimeEnabled=ShadowDOM] readonly attribute NodeList path;
- [Custom=Getter] readonly attribute Clipboard clipboardData;
+ [Custom=Getter] readonly attribute DataTransfer clipboardData;
};
« no previous file with comments | « Source/core/core.gypi ('k') | Source/core/events/MouseEvent.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698