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

Unified Diff: fileapi/FileReaderSync.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 | « fileapi/FileReader.idl ('k') | html/DOMFormData.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: fileapi/FileReaderSync.idl
diff --git a/fileapi/FileReaderSync.idl b/fileapi/FileReaderSync.idl
index bc3f86defb611b47ebf32fe84b5a4703a965a125..b0182aa2c3d316d2b1e3b5c7e0da63547ed3b7b2 100644
--- a/fileapi/FileReaderSync.idl
+++ b/fileapi/FileReaderSync.idl
@@ -30,8 +30,7 @@
[
Conditional=BLOB,
- Constructor,
- JSNoStaticTables
+ Constructor
] interface FileReaderSync {
[CallWith=ScriptExecutionContext] ArrayBuffer readAsArrayBuffer(in Blob blob)
raises(FileException);
« no previous file with comments | « fileapi/FileReader.idl ('k') | html/DOMFormData.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698