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

Unified Diff: WebCore/fileapi/FileReader.idl

Issue 3520018: Merge 69148 - [V8] Add FileReader to active DOM map... (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/517/
Patch Set: Created 10 years, 2 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 | « WebCore/bindings/v8/custom/V8FileReaderCustom.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: WebCore/fileapi/FileReader.idl
===================================================================
--- WebCore/fileapi/FileReader.idl (revision 69156)
+++ WebCore/fileapi/FileReader.idl (working copy)
@@ -34,7 +34,8 @@
CanBeConstructed,
CallWith=ScriptExecutionContext,
EventTarget,
- NoStaticTables
+ NoStaticTables,
+ V8CustomConstructor
] FileReader {
// ready states
const unsigned short EMPTY = 0;
« no previous file with comments | « WebCore/bindings/v8/custom/V8FileReaderCustom.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698