Changeset 142472 in webkit for trunk/Source/WebCore/css/CSSValue.cpp
- Timestamp:
- Feb 11, 2013, 7:44:27 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/css/CSSValue.cpp
r142457 r142472 370 370 return compareCSSValues<WebKitCSSSVGDocumentValue>(*this, other); 371 371 #endif 372 default: 373 ASSERT_NOT_REACHED(); 374 return false; 372 375 } 373 ASSERT_NOT_REACHED();374 376 } else if (m_classType == ValueListClass && other.m_classType != ValueListClass) 375 377 return static_cast<const CSSValueList*>(this)->equals(other);
Note:
See TracChangeset
for help on using the changeset viewer.