Changeset 118878 in webkit
- Timestamp:
- May 29, 2012, 6:55:21 PM (14 years ago)
- Location:
- branches/chromium/1132
- Files:
-
- 1 edited
- 2 copied
-
LayoutTests/svg/custom/bug86119-expected.txt (copied) (copied from trunk/LayoutTests/svg/custom/bug86119-expected.txt )
-
LayoutTests/svg/custom/bug86119.html (copied) (copied from trunk/LayoutTests/svg/custom/bug86119.html )
-
Source/WebCore/svg/properties/SVGAnimatedPropertyTearOff.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/chromium/1132/Source/WebCore/svg/properties/SVGAnimatedPropertyTearOff.h
r113003 r118878 32 32 typedef SVGPropertyTearOff<PropertyType> PropertyTearOff; 33 33 typedef PropertyType ContentType; 34 35 virtual ~SVGAnimatedPropertyTearOff() 36 { 37 if (m_baseVal) { 38 ASSERT(m_baseVal->animatedProperty() == this); 39 m_baseVal->setAnimatedProperty(0); 40 } 41 if (m_animVal) { 42 ASSERT(m_animVal->animatedProperty() == this); 43 m_animVal->setAnimatedProperty(0); 44 } 45 } 34 46 35 47 PropertyTearOff* baseVal()
Note:
See TracChangeset
for help on using the changeset viewer.