Changeset 95400 in webkit for trunk/Source/JavaScriptCore/runtime/JSGlobalData.cpp
- Timestamp:
- Sep 18, 2011, 6:29:10 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/runtime/JSGlobalData.cpp
r95310 r95400 65 65 66 66 #if PLATFORM(MAC) 67 #include "ProfilerServer.h"68 67 #include <CoreFoundation/CoreFoundation.h> 69 68 #endif … … 239 238 wtfThreadData().setCurrentIdentifierTable(existingEntryIdentifierTable); 240 239 241 #if PLATFORM(MAC)242 startProfilerServerIfNeeded();243 #endif244 240 #if ENABLE(JIT) && ENABLE(INTERPRETER) 245 241 #if USE(CF)
Note:
See TracChangeset
for help on using the changeset viewer.