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

Unified Diff: Source/WebCore/html/HTMLMeterElement.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/HTMLMetaElement.cpp ('k') | Source/WebCore/html/HTMLModElement.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebCore/html/HTMLMeterElement.cpp
diff --git a/Source/WebCore/html/HTMLMeterElement.cpp b/Source/WebCore/html/HTMLMeterElement.cpp
index edb3575fba9a1c72cf721a7a956243f33bd90dfb..ca4e864eb91630dffe769d8180ca9031731a7d73 100644
--- a/Source/WebCore/html/HTMLMeterElement.cpp
+++ b/Source/WebCore/html/HTMLMeterElement.cpp
@@ -45,6 +45,7 @@ HTMLMeterElement::HTMLMeterElement(const QualifiedName& tagName, Document* docum
: LabelableElement(tagName, document)
{
ASSERT(hasTagName(meterTag));
+ ScriptWrappable::init(this);
}
HTMLMeterElement::~HTMLMeterElement()
« no previous file with comments | « Source/WebCore/html/HTMLMetaElement.cpp ('k') | Source/WebCore/html/HTMLModElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698