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

Unified Diff: third_party/WebCore/fileapi/FileReader.idl

Issue 12319151: WebKit IDL roll. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 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 | « third_party/WebCore/dom/PopStateEvent.idl ('k') | third_party/WebCore/html/DOMSettableTokenList.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebCore/fileapi/FileReader.idl
diff --git a/third_party/WebCore/fileapi/FileReader.idl b/third_party/WebCore/fileapi/FileReader.idl
index 14baf07b4bc74b28a2ac69301a7260b560154e6b..3347b68df3cbb4e229489eec85ee45904fc1a596 100644
--- a/third_party/WebCore/fileapi/FileReader.idl
+++ b/third_party/WebCore/fileapi/FileReader.idl
@@ -56,7 +56,7 @@
void abort();
// file data
- [Custom] readonly attribute DOMObject result;
+ [Custom] readonly attribute any result;
readonly attribute FileError error;
« no previous file with comments | « third_party/WebCore/dom/PopStateEvent.idl ('k') | third_party/WebCore/html/DOMSettableTokenList.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698