Changeset 49328 in webkit for trunk/JavaScriptCore/runtime/PropertyNameArray.h
- Timestamp:
- Oct 8, 2009, 3:25:14 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/PropertyNameArray.h
r49323 r49328 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 31 34 32 class PropertyNameArrayData : public RefCounted<PropertyNameArrayData> {
Note:
See TracChangeset
for help on using the changeset viewer.