Changeset 156780 in webkit for trunk/Source/JavaScriptCore/testRegExp.cpp
- Timestamp:
- Oct 2, 2013, 11:17:46 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/testRegExp.cpp
r155402 r156780 47 47 #endif 48 48 49 #if PLATFORM(QT)50 #include <QCoreApplication>51 #include <QDateTime>52 #endif53 54 49 const int MaxLineLength = 100 * 1024; 55 50 … … 183 178 184 179 timeBeginPeriod(1); 185 #endif186 187 #if PLATFORM(QT)188 QCoreApplication app(argc, argv);189 180 #endif 190 181
Note:
See TracChangeset
for help on using the changeset viewer.