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

Unified Diff: core/clipboard/DataTransfer.idl

Issue 581453002: Dartium Roll 38 roll (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: Sync'd w/ r 182210 Created 6 years, 3 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 | « core/animation/Timing.idl ('k') | core/css/CSSFontFaceLoadEvent.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/clipboard/DataTransfer.idl
diff --git a/core/clipboard/DataTransfer.idl b/core/clipboard/DataTransfer.idl
index 497bfdf2c581b3a509cc9d832259e75b869ae45e..5448d014bf2a8efa50041da747ff4dad01366f31 100644
--- a/core/clipboard/DataTransfer.idl
+++ b/core/clipboard/DataTransfer.idl
@@ -27,7 +27,6 @@
*/
[
- ImplementedAs=Clipboard,
WillBeGarbageCollected
] interface DataTransfer {
[TreatReturnedNullStringAs=Undefined] attribute DOMString dropEffect;
@@ -37,7 +36,7 @@
void clearData(optional DOMString type);
DOMString getData(DOMString type);
- boolean setData(DOMString type, DOMString data);
+ void setData(DOMString type, DOMString data);
[RaisesException] void setDragImage(Element image, long x, long y);
readonly attribute DataTransferItemList items;
« no previous file with comments | « core/animation/Timing.idl ('k') | core/css/CSSFontFaceLoadEvent.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698