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

Unified Diff: Source/WebCore/svg/SVGFESpecularLightingElement.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/SVGFEPointLightElement.cpp ('k') | Source/WebCore/svg/SVGFESpotLightElement.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebCore/svg/SVGFESpecularLightingElement.cpp
diff --git a/Source/WebCore/svg/SVGFESpecularLightingElement.cpp b/Source/WebCore/svg/SVGFESpecularLightingElement.cpp
index 99ec9dc4027a5883482fcc6149d0d6b8ff3344fc..5188fefa295b275e06bdafbe9f00002063c03588 100644
--- a/Source/WebCore/svg/SVGFESpecularLightingElement.cpp
+++ b/Source/WebCore/svg/SVGFESpecularLightingElement.cpp
@@ -61,6 +61,7 @@ inline SVGFESpecularLightingElement::SVGFESpecularLightingElement(const Qualifie
, m_surfaceScale(1)
{
ASSERT(hasTagName(SVGNames::feSpecularLightingTag));
+ ScriptWrappable::init(this);
registerAnimatedPropertiesForSVGFESpecularLightingElement();
}
« no previous file with comments | « Source/WebCore/svg/SVGFEPointLightElement.cpp ('k') | Source/WebCore/svg/SVGFESpotLightElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698