Changeset 47474 in webkit for trunk/JavaScriptCore/runtime
- Timestamp:
- Aug 18, 2009, 7:19:10 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/Structure.cpp
r45039 r47474 386 386 if (existingTransition && existingTransition->m_nameInPrevious.get() == propertyName.ustring().rep() 387 387 && existingTransition->m_attributesInPrevious == attributes 388 && existingTransition->m_specificValueInPrevious == specificValue) {388 && (existingTransition->m_specificValueInPrevious == specificValue || existingTransition->m_specificValueInPrevious == 0)) { 389 389 390 390 ASSERT(structure->m_transitions.singleTransition->m_offset != noOffset);
Note:
See TracChangeset
for help on using the changeset viewer.