Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: e4059d5d496e64f790a095462e087bb5594ac850
      
https://github.com/WebKit/WebKit/commit/e4059d5d496e64f790a095462e087bb5594ac850
  Author: Chris Dumez <[email protected]>
  Date:   2026-07-13 (Mon, 13 Jul 2026)

  Changed paths:
    M Source/WTF/wtf/RunLoop.h
    M Source/WTF/wtf/cf/RunLoopCF.cpp
    M Source/WTF/wtf/generic/RunLoopGeneric.cpp
    M Source/WTF/wtf/glib/RunLoopGLib.cpp
    M Source/WTF/wtf/win/RunLoopWin.cpp

  Log Message:
  -----------
  Turn debug threading assertions added in 316457@main into release assertions
https://bugs.webkit.org/show_bug.cgi?id=319218

Reviewed by Carlos Garcia Campos.

Turn debug threading assertions added in 316457@main for RunLoop::Timer
into release assertions, now that they've had some bake time. A
violation of these assertions in release builds could lead to security
vulnerabilities so it is important to enforce them in release builds.

* Source/WTF/wtf/RunLoop.h:
(WTF::WTF_ASSERTS_ACQUIRED_CAPABILITY):
* Source/WTF/wtf/cf/RunLoopCF.cpp:
(WTF::RunLoop::TimerBase::stop):
* Source/WTF/wtf/generic/RunLoopGeneric.cpp:
(WTF::RunLoop::TimerBase::~TimerBase):
(WTF::RunLoop::TimerBase::stop):
* Source/WTF/wtf/glib/RunLoopGLib.cpp:
(WTF::RunLoop::TimerBase::~TimerBase):
(WTF::RunLoop::TimerBase::stop):
* Source/WTF/wtf/win/RunLoopWin.cpp:
(WTF::RunLoop::TimerBase::stop):

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



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications

Reply via email to