Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / svg / properties / NewSVGAnimatedProperty.cpp
index 492d1e5..707c982 100644 (file)
@@ -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();
 }