Changeset 38528 in webkit for trunk/JavaScriptCore/interpreter/CallFrame.h
- Timestamp:
- Nov 17, 2008, 2:11:26 PM (17 years ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/interpreter/CallFrame.h
r38524 r38528 21 21 */ 22 22 23 #ifndef ExecState_h 24 #define ExecState_h 25 26 // FIXME: Rename this file to CallFrame.h. 23 #ifndef CallFrame_h 24 #define CallFrame_h 27 25 28 26 #include "JSGlobalData.h" … … 147 145 } // namespace JSC 148 146 149 #endif // ExecState_h147 #endif // CallFrame_h
Note:
See TracChangeset
for help on using the changeset viewer.