Changeset 48207 in webkit for trunk/JavaScriptCore/runtime
- Timestamp:
- Sep 9, 2009, 7:56:12 AM (16 years ago)
- Location:
- trunk/JavaScriptCore/runtime
- Files:
-
- 1 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/JSTypeInfo.h
r48204 r48207 25 25 */ 26 26 27 #ifndef TypeInfo_h 28 #define TypeInfo_h 27 #ifndef JSTypeInfo_h 28 #define JSTypeInfo_h 29 30 // This file would be called TypeInfo.h, but that conflicts with <typeinfo.h> 31 // in the STL on systems without case-sensitive file systems. 29 32 30 33 #include "JSType.h" … … 71 74 } 72 75 73 #endif // TypeInfo_h76 #endif // JSTypeInfo_h -
trunk/JavaScriptCore/runtime/Structure.h
r48068 r48207 33 33 #include "StructureChain.h" 34 34 #include "StructureTransitionTable.h" 35 #include " TypeInfo.h"35 #include "JSTypeInfo.h" 36 36 #include "UString.h" 37 37 #include <wtf/PassRefPtr.h>
Note:
See TracChangeset
for help on using the changeset viewer.