Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 536794017a946bb43409d38bc975b04baedaf8e0
https://github.com/WebKit/WebKit/commit/536794017a946bb43409d38bc975b04baedaf8e0
Author: Fujii Hironori <[email protected]>
Date: 2023-04-25 (Tue, 25 Apr 2023)
Changed paths:
M Source/WTF/wtf/Threading.cpp
M Source/WTF/wtf/win/MainThreadWin.cpp
Log Message:
-----------
[Win] Initialize RunLoop class in WTF::initialize instead of
WTF::initializeMainThread
https://bugs.webkit.org/show_bug.cgi?id=255903
Reviewed by Ross Kirsling.
testapi.exe and testRegExp.exe didn't work after 263194@main because
RunLoop class wasn't initialized. They don't call
WTF::initializeMainThread. They call WTF::initialize instead.
Moved the callsite of RunLoop::registerRunLoopMessageWindowClass from
WTF::initializeMainThread to WTF::initialize.
* Source/WTF/wtf/Threading.cpp:
(WTF::initialize):
* Source/WTF/wtf/win/MainThreadWin.cpp:
(WTF::initializeMainThreadPlatform):
Canonical link: https://commits.webkit.org/263352@main
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes