Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 397db1600e1af315e78fd122888718a86a01b31b
https://github.com/WebKit/WebKit/commit/397db1600e1af315e78fd122888718a86a01b31b
Author: Rupin Mittal <[email protected]>
Date: 2026-08-11 (Tue, 11 Aug 2026)
Changed paths:
M Source/WebCore/page/NavigationInterceptHandler.h
Log Message:
-----------
[Navigation API] Make NavigationInterceptHandler RefCounted instead of
ThreadSafeRefCounted
https://bugs.webkit.org/show_bug.cgi?id=321519
rdar://184628564
Reviewed by Basuke Suzuki and Jessica Lee.
There is no need for NavigationInterceptHandler to be ThreadSafeRefCounted,
it can simply be RefCounted. No behavior change.
* Source/WebCore/page/NavigationInterceptHandler.h:
Canonical link: https://commits.webkit.org/319004@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications