Changeset 35162 in webkit for trunk/JavaScriptCore/kjs/JSGlobalData.cpp
- Timestamp:
- Jul 14, 2008, 11:23:48 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/JSGlobalData.cpp
r35159 r35162 122 122 } 123 123 124 PassRefPtr<JSGlobalData> JSGlobalData::create() 125 { 126 return adoptRef(new JSGlobalData); 127 } 128 124 129 bool JSGlobalData::sharedInstanceExists() 125 130 {
Note:
See TracChangeset
for help on using the changeset viewer.