Changeset 46401 in webkit for trunk/JavaScriptCore/API/JSObjectRef.cpp
- Timestamp:
- Jul 25, 2009, 3:14:13 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/API/JSObjectRef.cpp
r43692 r46401 450 450 } 451 451 452 struct OpaqueJSPropertyNameArray {452 struct OpaqueJSPropertyNameArray : FastAllocBase { 453 453 OpaqueJSPropertyNameArray(JSGlobalData* globalData) 454 454 : refCount(0)
Note:
See TracChangeset
for help on using the changeset viewer.