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

Unified Diff: Source/WebCore/html/HTMLDListElement.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/html/HTMLCollection.cpp ('k') | Source/WebCore/html/HTMLDataListElement.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebCore/html/HTMLDListElement.cpp
diff --git a/Source/WebCore/html/HTMLDListElement.cpp b/Source/WebCore/html/HTMLDListElement.cpp
index cc9fabbe550d428b94519a40c9d51bccdc4f5121..2442e7795efb1628f26c78828b4e76eabc2ac5eb 100644
--- a/Source/WebCore/html/HTMLDListElement.cpp
+++ b/Source/WebCore/html/HTMLDListElement.cpp
@@ -33,6 +33,7 @@ inline HTMLDListElement::HTMLDListElement(const QualifiedName& tagName, Document
: HTMLElement(tagName, document)
{
ASSERT(hasTagName(dlTag));
+ ScriptWrappable::init(this);
}
PassRefPtr<HTMLDListElement> HTMLDListElement::create(const QualifiedName& tagName, Document* document)
« no previous file with comments | « Source/WebCore/html/HTMLCollection.cpp ('k') | Source/WebCore/html/HTMLDataListElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698