Changeset 35027 in webkit for trunk/JavaScriptCore/kjs/JSGlobalObject.h
- Timestamp:
- Jul 6, 2008, 7:49:29 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/JSGlobalObject.h
r34946 r35027 1 // -*- c-basic-offset: 4 -*-2 1 /* 3 2 * Copyright (C) 2007 Eric Seidel <[email protected]> … … 21 20 */ 22 21 23 #ifndef KJS_GlobalObject_h24 #define KJS_GlobalObject_h22 #ifndef JSGlobalObject_h 23 #define JSGlobalObject_h 25 24 26 25 #include "JSGlobalData.h" … … 297 296 } // namespace KJS 298 297 299 #endif // KJS_GlobalObject_h298 #endif // JSGlobalObject_h
Note:
See TracChangeset
for help on using the changeset viewer.