Changeset 38298 in webkit for trunk/JavaScriptCore/parser
- Timestamp:
- Nov 11, 2008, 1:51:31 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/parser/Nodes.h
r38296 r38298 1689 1689 ASSERT(destination.isEmpty()); 1690 1690 m_statements.swap(destination); 1691 destination.shrinkToFit(); 1691 1692 } 1692 1693
Note:
See TracChangeset
for help on using the changeset viewer.