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