Changeset 13093 in webkit for trunk/JavaScriptCore/kjs/identifier.cpp
- Timestamp:
- Mar 2, 2006, 2:35:24 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/identifier.cpp
r13091 r13093 21 21 22 22 #include "config.h" 23 #include "identifier.h"24 25 23 // For JavaScriptCore we need to avoid having static constructors. 26 24 // Our strategy is to declare the global objects with a different type (initialized to 0) … … 38 36 #define KJS_IDENTIFIER_HIDE_GLOBALS 1 39 37 #endif 38 39 #include "identifier.h" 40 40 41 41 #include <kxmlcore/FastMalloc.h>
Note:
See TracChangeset
for help on using the changeset viewer.