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

Unified Diff: Source/WebCore/html/HTMLStyleElement.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/HTMLSpanElement.cpp ('k') | Source/WebCore/html/HTMLTableCaptionElement.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebCore/html/HTMLStyleElement.cpp
diff --git a/Source/WebCore/html/HTMLStyleElement.cpp b/Source/WebCore/html/HTMLStyleElement.cpp
index e2d04841c2a725a4066d6ee8f48d03c1c939fc98..dd3706d270bdf300e33516238960eb0298793ff2 100644
--- a/Source/WebCore/html/HTMLStyleElement.cpp
+++ b/Source/WebCore/html/HTMLStyleElement.cpp
@@ -54,6 +54,7 @@ inline HTMLStyleElement::HTMLStyleElement(const QualifiedName& tagName, Document
, m_scopedStyleRegistrationState(NotRegistered)
{
ASSERT(hasTagName(styleTag));
+ ScriptWrappable::init(this);
}
HTMLStyleElement::~HTMLStyleElement()
« no previous file with comments | « Source/WebCore/html/HTMLSpanElement.cpp ('k') | Source/WebCore/html/HTMLTableCaptionElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698