Changeset 38525 in webkit for trunk/JavaScriptCore/API
- Timestamp:
- Nov 17, 2008, 1:53:16 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/API/APICast.h
r38524 r38525 27 27 #define APICast_h 28 28 29 #include "UString.h"30 #include "ExecState.h"31 32 29 namespace JSC { 30 class ExecState; 33 31 class PropertyNameArray; 32 class JSGlobalData; 33 class JSObject; 34 class JSValue; 34 35 } 35 36
Note:
See TracChangeset
for help on using the changeset viewer.