Changeset 41013 in webkit for trunk/JavaScriptCore/wtf/ThreadingQt.cpp
- Timestamp:
- Feb 13, 2009, 5:48:09 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/wtf/ThreadingQt.cpp
r39917 r41013 192 192 bool isMainThread() 193 193 { 194 return currentThread() == mainThreadIdentifier;194 return QThread::currentThread() == QCoreApplication::instance()->thread(); 195 195 } 196 196
Note:
See TracChangeset
for help on using the changeset viewer.