Changeset 40176 in webkit for trunk/JavaScriptCore/runtime/JSGlobalObjectFunctions.h
- Timestamp:
- Jan 23, 2009, 12:51:33 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/JSGlobalObjectFunctions.h
r40169 r40176 25 25 #define JSGlobalObjectFunctions_h 26 26 27 #include "JSImmediate.h" // temporary until JSValue* becomes a class we can forward-declare27 #include <wtf/unicode/Unicode.h> 28 28 29 29 namespace JSC { … … 32 32 class ExecState; 33 33 class JSObject; 34 class JSValuePtr; 34 35 35 36 // FIXME: These functions should really be in JSGlobalObject.cpp, but putting them there
Note:
See TracChangeset
for help on using the changeset viewer.