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

Unified Diff: third_party/WebCore/dom/DataTransferItemList.idl

Issue 10769002: Roll IDL to multivm@683 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fix notifications path in fremontcut. Created 8 years, 5 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 | « third_party/WebCore/dom/DOMStringMap.idl ('k') | third_party/WebCore/dom/NamedNodeMap.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebCore/dom/DataTransferItemList.idl
diff --git a/third_party/WebCore/dom/DataTransferItemList.idl b/third_party/WebCore/dom/DataTransferItemList.idl
index d1de50e79e539cb4407e8f26c9e2594f84c092ac..aee92e7aaf68205e59743e0f3cae5a45e1a2d4e2 100644
--- a/third_party/WebCore/dom/DataTransferItemList.idl
+++ b/third_party/WebCore/dom/DataTransferItemList.idl
@@ -42,7 +42,7 @@ module core {
DataTransferItem item(in [Optional=DefaultIsUndefined] unsigned long index);
void clear();
- void add(in File file);
+ void add(in File? file);
void add(in [Optional=DefaultIsUndefined] DOMString data,
in [Optional=DefaultIsUndefined] DOMString type) raises(DOMException);
};
« no previous file with comments | « third_party/WebCore/dom/DOMStringMap.idl ('k') | third_party/WebCore/dom/NamedNodeMap.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698