Changeset 36763 in webkit for trunk/JavaScriptCore/kjs/Shell.cpp
- Timestamp:
- Sep 22, 2008, 6:27:51 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/Shell.cpp
r36726 r36763 70 70 71 71 #if PLATFORM(QT) 72 #include <QCoreApplication> 72 73 #include <QDateTime> 73 74 #endif … … 300 301 _CrtSetReportFile(_CRT_ASSERT, _CRTDBG_FILE_STDERR); 301 302 _CrtSetReportMode(_CRT_ASSERT, _CRTDBG_MODE_FILE); 303 #endif 304 305 #if PLATFORM(QT) 306 QCoreApplication app(argc, argv); 302 307 #endif 303 308
Note:
See TracChangeset
for help on using the changeset viewer.