Changeset 49323 in webkit for trunk/JavaScriptCore/runtime/PropertyNameArray.h
- Timestamp:
- Oct 8, 2009, 3:02:53 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/PropertyNameArray.h
r48836 r49323 24 24 #include "CallFrame.h" 25 25 #include "Identifier.h" 26 #include "Structure .h"26 #include "StructureChain.h" 27 27 #include <wtf/HashSet.h> 28 28 #include <wtf/Vector.h> 29 29 30 30 namespace JSC { 31 32 class Structure; 31 33 32 34 class PropertyNameArrayData : public RefCounted<PropertyNameArrayData> {
Note:
See TracChangeset
for help on using the changeset viewer.