Changeset 34897 in webkit for trunk/JavaScriptCore/kjs/DateInstance.h
- Timestamp:
- Jun 30, 2008, 3:43:07 PM (17 years ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/DateInstance.h
r34892 r34897 19 19 */ 20 20 21 #ifndef D ATE_OBJECT_H22 #define D ATE_OBJECT_H21 #ifndef DateInstance_h 22 #define DateInstance_h 23 23 24 24 #include "JSWrapperObject.h" … … 26 26 namespace KJS { 27 27 28 struct GregorianDateTime;29 28 class FunctionPrototype; 30 29 class ObjectPrototype; 30 struct GregorianDateTime; 31 31 32 32 class DateInstance : public JSWrapperObject { … … 57 57 } // namespace KJS 58 58 59 #endif 59 #endif // DateInstance_h
Note:
See TracChangeset
for help on using the changeset viewer.