Changeset 15846 in webkit for trunk/JavaScriptCore/kjs/date_object.h
- Timestamp:
- Aug 13, 2006, 8:06:14 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/date_object.h
r14821 r15846 23 23 24 24 #include "internal.h" 25 #include "JSWrapperObject.h" 25 26 26 27 namespace KJS { … … 29 30 class ObjectPrototype; 30 31 31 class DateInstance : public JS Object {32 class DateInstance : public JSWrapperObject { 32 33 public: 33 34 DateInstance(JSObject *proto);
Note:
See TracChangeset
for help on using the changeset viewer.