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/HTMLAnchorElement.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/HTMLAllCollection.cpp ('k') | Source/WebCore/html/HTMLAppletElement.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebCore/html/HTMLAnchorElement.cpp
diff --git a/Source/WebCore/html/HTMLAnchorElement.cpp b/Source/WebCore/html/HTMLAnchorElement.cpp
index 09ddf3ef9433cd97be47874f03f2b5dabaa592f9..41b68bba1b21ee248baf0b61de2615ab2c4504c4 100644
--- a/Source/WebCore/html/HTMLAnchorElement.cpp
+++ b/Source/WebCore/html/HTMLAnchorElement.cpp
@@ -55,6 +55,7 @@ HTMLAnchorElement::HTMLAnchorElement(const QualifiedName& tagName, Document* doc
, m_linkRelations(0)
, m_cachedVisitedLinkHash(0)
{
+ ScriptWrappable::init(this);
}
PassRefPtr<HTMLAnchorElement> HTMLAnchorElement::create(Document* document)
« no previous file with comments | « Source/WebCore/html/HTMLAllCollection.cpp ('k') | Source/WebCore/html/HTMLAppletElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698