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

Unified Diff: Source/WebCore/html/HTMLAllCollection.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/FileList.cpp ('k') | Source/WebCore/html/HTMLAnchorElement.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebCore/html/HTMLAllCollection.cpp
diff --git a/Source/WebCore/html/HTMLAllCollection.cpp b/Source/WebCore/html/HTMLAllCollection.cpp
index 465fa1c7b05723f52ca9caefd4b12c81cd66cbd6..3c01e865b7019376ac652082b15b48e8cf73f247 100644
--- a/Source/WebCore/html/HTMLAllCollection.cpp
+++ b/Source/WebCore/html/HTMLAllCollection.cpp
@@ -38,6 +38,7 @@ PassRefPtr<HTMLAllCollection> HTMLAllCollection::create(Node* node, CollectionTy
HTMLAllCollection::HTMLAllCollection(Node* node, CollectionType type)
: HTMLCollection(node, type, DoesNotOverrideItemAfter)
{
+ ScriptWrappable::init(this);
}
HTMLAllCollection::~HTMLAllCollection()
« no previous file with comments | « Source/WebCore/fileapi/FileList.cpp ('k') | Source/WebCore/html/HTMLAnchorElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698