Changeset 34979 in webkit for trunk/JavaScriptCore/kjs/JSGlobalData.cpp
- Timestamp:
- Jul 3, 2008, 1:06:24 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/JSGlobalData.cpp
r34977 r34979 153 153 return *threadInstance; 154 154 #else 155 static JSGlobalData threadInstance;156 return &threadInstance;155 static JSGlobalData* threadInstance; 156 return threadInstance; 157 157 #endif 158 158 }
Note:
See TracChangeset
for help on using the changeset viewer.