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

Unified Diff: dom/Clipboard.idl

Issue 14107003: Update WebKit IDLs after chrome roll. (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: reupload again. Created 7 years, 8 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 | « dom/Attr.idl ('k') | dom/DOMCoreException.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dom/Clipboard.idl
diff --git a/dom/Clipboard.idl b/dom/Clipboard.idl
index b85235ef1fa36de0f6cc0af7a93ec5ef4c034884..7e092bb0493fae680cfe51220a631555e211174e 100644
--- a/dom/Clipboard.idl
+++ b/dom/Clipboard.idl
@@ -41,6 +41,6 @@
[Custom] void setDragImage(in HTMLImageElement image, in long x, in long y)
raises(DOMException);
- [Conditional=DATA_TRANSFER_ITEMS, V8EnabledAtRuntime=DataTransferItems] readonly attribute DataTransferItemList items;
+ [V8EnabledAtRuntime=DataTransferItems] readonly attribute DataTransferItemList items;
};
« no previous file with comments | « dom/Attr.idl ('k') | dom/DOMCoreException.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698