Changeset 156313 in webkit for trunk/Source/WebCore/css/CSSValue.cpp
- Timestamp:
- Sep 23, 2013, 5:57:43 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/css/CSSValue.cpp
r156260 r156313 429 429 return; 430 430 case ReflectClass: 431 delete static_cast<CSSReflectValue*>(this);431 delete toCSSReflectValue(this); 432 432 return; 433 433 case ShadowClass: … … 457 457 #if ENABLE(CSS_IMAGE_SET) 458 458 case ImageSetClass: 459 delete static_cast<CSSImageSetValue*>(this);459 delete toCSSImageSetValue(this); 460 460 return; 461 461 #endif
Note:
See TracChangeset
for help on using the changeset viewer.