Changeset 94522 in webkit for trunk/Source/JavaScriptCore/jit/JITStubs.cpp
- Timestamp:
- Sep 5, 2011, 3:43:34 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/jit/JITStubs.cpp
r94445 r94522 1482 1482 ASSERT(baseValue.isObject()); 1483 1483 JSObject* base = asObject(baseValue); 1484 base->allocatePropertyStorage( *stackFrame.globalData,oldSize, newSize);1484 base->allocatePropertyStorage(oldSize, newSize); 1485 1485 1486 1486 return base;
Note:
See TracChangeset
for help on using the changeset viewer.