Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 52682225d4ce7a78cc312ee3fcfaad83953b9fb1
https://github.com/WebKit/WebKit/commit/52682225d4ce7a78cc312ee3fcfaad83953b9fb1
Author: Anne van Kesteren <[email protected]>
Date: 2026-03-26 (Thu, 26 Mar 2026)
Changed paths:
M Source/WebCore/html/HTMLFrameElementBase.cpp
Log Message:
-----------
Address potential race in HTMLFrameElementBase::openURL()
https://bugs.webkit.org/show_bug.cgi?id=310792
Reviewed by Ryosuke Niwa.
m_frameURL can have changed by the time the lambda runs. We already
capture and use completeURL so we should use that here as well.
Canonical link: https://commits.webkit.org/309991@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications