[webkit-changes] [WebKit/WebKit] 843b47: Fix fullscreen/iframe-fullscreen-system-exit.html ...
Alex Christensen
noreply at github.com
Wed Feb 12 14:39:26 PST 2025
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 843b474ba527913e714753fb811f8d6c3dc7a54b
https://github.com/WebKit/WebKit/commit/843b474ba527913e714753fb811f8d6c3dc7a54b
Author: Alex Christensen <achristensen at apple.com>
Date: 2025-02-12 (Wed, 12 Feb 2025)
Changed paths:
M Tools/WebKitTestRunner/TestInvocation.cpp
Log Message:
-----------
Fix fullscreen/iframe-fullscreen-system-exit.html in debug builds after 290260 at main
https://bugs.webkit.org/show_bug.cgi?id=287584
rdar://144731535
Unreviewed.
290260 at main added a WKStringIsEqualToUTF8CString case without a return.
This adds the missing return so we don't hit the ASSERT_NOT_REACHED.
* Tools/WebKitTestRunner/TestInvocation.cpp:
(WTR::TestInvocation::didReceiveMessageFromInjectedBundle):
Canonical link: https://commits.webkit.org/290303@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list