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

Unified Diff: Source/WebCore/html/HTMLElement.h

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/HTMLDocument.cpp ('k') | Source/WebCore/html/HTMLEmbedElement.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebCore/html/HTMLElement.h
diff --git a/Source/WebCore/html/HTMLElement.h b/Source/WebCore/html/HTMLElement.h
index 473a976e82e3d42301d72a7717e449df9afb8498..9fb9c80173311d5b051b416dd945800e62b98592 100644
--- a/Source/WebCore/html/HTMLElement.h
+++ b/Source/WebCore/html/HTMLElement.h
@@ -169,6 +169,7 @@ inline HTMLElement::HTMLElement(const QualifiedName& tagName, Document* document
: StyledElement(tagName, document, type)
{
ASSERT(tagName.localName().impl());
+ ScriptWrappable::init(this);
}
} // namespace WebCore
« no previous file with comments | « Source/WebCore/html/HTMLDocument.cpp ('k') | Source/WebCore/html/HTMLEmbedElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698