Changeset 35022 in webkit for trunk/JavaScriptCore/kjs/GlobalEvalFunction.h
- Timestamp:
- Jul 5, 2008, 10:26:58 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/GlobalEvalFunction.h
r35016 r35022 29 29 namespace KJS { 30 30 31 class ExecState;32 class FunctionPrototype;33 class JSGlobalObject;31 class ExecState; 32 class FunctionPrototype; 33 class JSGlobalObject; 34 34 35 35 class GlobalEvalFunction : public PrototypeFunction {
Note:
See TracChangeset
for help on using the changeset viewer.