Changeset 149825 in webkit for trunk/Source/JavaScriptCore/jsc.cpp
- Timestamp:
- May 9, 2013, 11:24:05 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/jsc.cpp
r149130 r149825 87 87 #endif 88 88 89 #if PLATFORM(BLACKBERRY) 90 #include <BlackBerryPlatformLog.h> 91 #endif 92 89 93 using namespace JSC; 90 94 using namespace WTF; … … 523 527 524 528 timeBeginPeriod(1); 529 #endif 530 531 #if PLATFORM(BLACKBERRY) 532 // Write all WTF logs to the system log 533 BlackBerry::Platform::setupApplicationLogging("jsc"); 525 534 #endif 526 535
Note:
See TracChangeset
for help on using the changeset viewer.