X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2FWebKit%2FSource%2Fcore%2Fsvg%2Fproperties%2FNewSVGAnimatedProperty.cpp;h=707c982215c7c159e1955d004ca140c537afc866;hb=ff3e2503a20db9193d323c1d19c38c68004dec4a;hp=492d1e5d6f3d5b244d92b0d6f192b490ed915137;hpb=d482483c7e386df3f789b1cb1845b73bfcaae2bd;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/WebKit/Source/core/svg/properties/NewSVGAnimatedProperty.cpp b/src/third_party/WebKit/Source/core/svg/properties/NewSVGAnimatedProperty.cpp index 492d1e5..707c982 100644 --- a/src/third_party/WebKit/Source/core/svg/properties/NewSVGAnimatedProperty.cpp +++ b/src/third_party/WebKit/Source/core/svg/properties/NewSVGAnimatedProperty.cpp @@ -44,6 +44,8 @@ NewSVGAnimatedPropertyBase::NewSVGAnimatedPropertyBase(AnimatedPropertyType type { ASSERT(m_contextElement); ASSERT(m_attributeName != nullQName()); + // FIXME: setContextElement should be delayed until V8 wrapper is created. + // FIXME: oilpan: or we can remove this backref ptr hack in oilpan. m_contextElement->setContextElement(); }