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