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

Unified Diff: Source/core/clipboard/DataTransfer.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/clipboard/Clipboard.idl ('k') | Source/core/core.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/clipboard/DataTransfer.idl
diff --git a/Source/core/clipboard/Clipboard.idl b/Source/core/clipboard/DataTransfer.idl
similarity index 97%
rename from Source/core/clipboard/Clipboard.idl
rename to Source/core/clipboard/DataTransfer.idl
index a601822dc4763c7401340f6d1b53b3a4f0dbbaac..497bfdf2c581b3a509cc9d832259e75b869ae45e 100644
--- a/Source/core/clipboard/Clipboard.idl
+++ b/Source/core/clipboard/DataTransfer.idl
@@ -27,8 +27,9 @@
*/
[
+ ImplementedAs=Clipboard,
WillBeGarbageCollected
-] interface Clipboard {
+] interface DataTransfer {
[TreatReturnedNullStringAs=Undefined] attribute DOMString dropEffect;
[TreatReturnedNullStringAs=Undefined] attribute DOMString effectAllowed;
readonly attribute DOMString[] types;
« no previous file with comments | « Source/core/clipboard/Clipboard.idl ('k') | Source/core/core.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698