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

Unified Diff: Source/WebCore/svg/SVGPolygonElement.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/svg/SVGPatternElement.cpp ('k') | Source/WebCore/svg/SVGPolylineElement.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebCore/svg/SVGPolygonElement.cpp
diff --git a/Source/WebCore/svg/SVGPolygonElement.cpp b/Source/WebCore/svg/SVGPolygonElement.cpp
index 803d32413d7aa4738beeb8263e30465d36ebb040..083f9e9b29a928950f99b01b93e0d69ac0b7726f 100644
--- a/Source/WebCore/svg/SVGPolygonElement.cpp
+++ b/Source/WebCore/svg/SVGPolygonElement.cpp
@@ -30,6 +30,7 @@ inline SVGPolygonElement::SVGPolygonElement(const QualifiedName& tagName, Docume
: SVGPolyElement(tagName, document)
{
ASSERT(hasTagName(SVGNames::polygonTag));
+ ScriptWrappable::init(this);
}
PassRefPtr<SVGPolygonElement> SVGPolygonElement::create(const QualifiedName& tagName, Document* document)
« no previous file with comments | « Source/WebCore/svg/SVGPatternElement.cpp ('k') | Source/WebCore/svg/SVGPolylineElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698