Changeset 156601 in webkit for trunk/Source/WebCore/css/CSSImageSetValue.cpp
- Timestamp:
- Sep 28, 2013, 6:27:12 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/css/CSSImageSetValue.cpp
r156408 r156601 62 62 while (i < length) { 63 63 CSSValue* imageValue = item(i); 64 ASSERT_WITH_SECURITY_IMPLICATION(imageValue->isImageValue()); 65 String imageURL = static_cast<CSSImageValue*>(imageValue)->url(); 64 String imageURL = toCSSImageValue(imageValue)->url(); 66 65 67 66 ++i;
Note:
See TracChangeset
for help on using the changeset viewer.