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

Unified Diff: Source/WebCore/html/HTMLHeadElement.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/HTMLHRElement.cpp ('k') | Source/WebCore/html/HTMLHeadingElement.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebCore/html/HTMLHeadElement.cpp
diff --git a/Source/WebCore/html/HTMLHeadElement.cpp b/Source/WebCore/html/HTMLHeadElement.cpp
index 8218311be88eb57c940988ddfe9b3dce50fc746b..719267d977b6b23880f8f89d399ef567f7e0bd51 100644
--- a/Source/WebCore/html/HTMLHeadElement.cpp
+++ b/Source/WebCore/html/HTMLHeadElement.cpp
@@ -35,6 +35,7 @@ HTMLHeadElement::HTMLHeadElement(const QualifiedName& tagName, Document* documen
: HTMLElement(tagName, document)
{
ASSERT(hasTagName(headTag));
+ ScriptWrappable::init(this);
}
PassRefPtr<HTMLHeadElement> HTMLHeadElement::create(Document* document)
« no previous file with comments | « Source/WebCore/html/HTMLHRElement.cpp ('k') | Source/WebCore/html/HTMLHeadingElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698