Changeset 40888 in webkit for trunk/JavaScriptCore/wtf/win/MainThreadWin.cpp
- Timestamp:
- Feb 11, 2009, 11:58:36 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/wtf/win/MainThreadWin.cpp
r38699 r40888 51 51 } 52 52 53 void initializeMainThread ()53 void initializeMainThreadPlatform() 54 54 { 55 55 if (threadingWindowHandle) 56 56 return; 57 58 mainThreadFunctionQueueMutex();59 57 60 58 WNDCLASSEX wcex; … … 76 74 } 77 75 78 } // namespace W ebCore76 } // namespace WTF
Note:
See TracChangeset
for help on using the changeset viewer.