Changeset 58179 in webkit for trunk/JavaScriptCore/wtf/MainThread.h
- Timestamp:
- Apr 23, 2010, 11:59:56 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/wtf/MainThread.h
r51222 r58179 53 53 void dispatchFunctionsFromMainThread(); 54 54 55 bool isMainThread(); 56 55 57 } // namespace WTF 56 58 … … 58 60 using WTF::callOnMainThreadAndWait; 59 61 using WTF::setMainThreadCallbacksPaused; 62 using WTF::isMainThread; 60 63 61 64 #endif // MainThread_h
Note:
See TracChangeset
for help on using the changeset viewer.