[webkit-changes] [WebKit/WebKit] f9f739: [Win] RunLoop should destroy m_runLoopMessageWindow

Fujii Hironori noreply at github.com
Mon Apr 24 14:53:23 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: f9f73906842f8a26abdf1a4d548c8298591437d2
      https://github.com/WebKit/WebKit/commit/f9f73906842f8a26abdf1a4d548c8298591437d2
  Author: Fujii Hironori <Hironori.Fujii at sony.com>
  Date:   2023-04-24 (Mon, 24 Apr 2023)

  Changed paths:
    M Source/WTF/wtf/win/RunLoopWin.cpp

  Log Message:
  -----------
  [Win] RunLoop should destroy m_runLoopMessageWindow
https://bugs.webkit.org/show_bug.cgi?id=255624

Reviewed by Don Olmstead.

Windows RunLoop didn't destroy a window m_runLoopMessageWindow.

* Source/WTF/wtf/win/RunLoopWin.cpp:
(WTF::RunLoop::stop): Post WM_CLOSE message to destroy m_runLoopMessageWindow.

Canonical link: https://commits.webkit.org/263338@main




More information about the webkit-changes mailing list