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

Unified Diff: Source/WebCore/fileapi/FileList.cpp

Issue 13814002: First part of work to move V8 binding integrity off of vtables. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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 | « Source/WebCore/fileapi/File.cpp ('k') | Source/WebCore/html/HTMLAllCollection.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebCore/fileapi/FileList.cpp
diff --git a/Source/WebCore/fileapi/FileList.cpp b/Source/WebCore/fileapi/FileList.cpp
index 809e25359edbfb3879fb04356d35b9af6c06d886..b58e01700dffe967f57ce6393db5ef22fb6cda9b 100644
--- a/Source/WebCore/fileapi/FileList.cpp
+++ b/Source/WebCore/fileapi/FileList.cpp
@@ -32,6 +32,7 @@ namespace WebCore {
FileList::FileList()
{
+ ScriptWrappable::init(this);
}
File* FileList::item(unsigned index) const
« no previous file with comments | « Source/WebCore/fileapi/File.cpp ('k') | Source/WebCore/html/HTMLAllCollection.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698