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

Unified Diff: third_party/WebKit/Source/core/fileapi/FileReader.idl

Issue 1466563003: Make [TypeChecking=Interface] the default (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 1 month 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
Index: third_party/WebKit/Source/core/fileapi/FileReader.idl
diff --git a/third_party/WebKit/Source/core/fileapi/FileReader.idl b/third_party/WebKit/Source/core/fileapi/FileReader.idl
index 1a032a90fb32f0361e526d89465b78284eb0ad30..ee8f93efc0a76c221c566f2fa3cf7ff12cedcab4 100644
--- a/third_party/WebKit/Source/core/fileapi/FileReader.idl
+++ b/third_party/WebKit/Source/core/fileapi/FileReader.idl
@@ -37,7 +37,6 @@
Constructor,
ConstructorCallWith=ExecutionContext,
Exposed=(Window,Worker),
- TypeChecking=Interface
] interface FileReader : EventTarget {
// async read methods
[RaisesException] void readAsArrayBuffer(Blob blob);
« no previous file with comments | « third_party/WebKit/Source/core/events/UIEvent.idl ('k') | third_party/WebKit/Source/core/fileapi/FileReaderSync.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698