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