Changeset 38524 in webkit for trunk/JavaScriptCore
- Timestamp:
- Nov 17, 2008, 1:51:09 PM (17 years ago)
- Location:
- trunk/JavaScriptCore
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/API/APICast.h
r38137 r38524 29 29 #include "UString.h" 30 30 #include "ExecState.h" 31 32 namespace JSC { 33 class PropertyNameArray; 34 } 31 35 32 36 typedef const struct OpaqueJSContextGroup* JSContextGroupRef; -
trunk/JavaScriptCore/ChangeLog
r38523 r38524 1 2008-11-17 Geoffrey Garen <[email protected]> 2 3 Not reviewed. 4 5 Try to fix Windows build. 6 7 * API/APICast.h: 8 * runtime/ExecState.h: 9 1 10 2008-11-17 Geoffrey Garen <[email protected]> 2 11 -
trunk/JavaScriptCore/runtime/ExecState.h
r38522 r38524 27 27 28 28 #include "JSGlobalData.h" 29 #include "Interpreter.h"30 29 #include "RegisterFile.h" 31 30 #include "ScopeChain.h" … … 35 34 class Arguments; 36 35 class JSActivation; 36 class Interpreter; 37 37 38 38 // Represents the current state of script execution.
Note:
See TracChangeset
for help on using the changeset viewer.