Changeset 27022 in webkit for trunk/JavaScriptCore/kjs/testkjs.cpp
- Timestamp:
- Oct 24, 2007, 11:38:35 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/testkjs.cpp
r26783 r27022 27 27 #include "Parser.h" 28 28 #include "collector.h" 29 #include "JSGlobalObject.h" 29 30 #include "object.h" 30 31 #include "protect.h" … … 111 112 } 112 113 113 class GlobalImp : public JS Object {114 class GlobalImp : public JSGlobalObject { 114 115 public: 115 116 virtual UString className() const { return "global"; }
Note:
See TracChangeset
for help on using the changeset viewer.