Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 4b5fd9d5f7c7ab98481c47360abac045a88d0490
https://github.com/WebKit/WebKit/commit/4b5fd9d5f7c7ab98481c47360abac045a88d0490
Author: Basuke Suzuki <[email protected]>
Date: 2024-10-22 (Tue, 22 Oct 2024)
Changed paths:
M Source/WebKit/UIProcess/PageLoadState.cpp
M Source/WebKit/UIProcess/PageLoadState.h
Log Message:
-----------
Inlining trivial method to suppress static analyzer warnings in PageLoadState
https://bugs.webkit.org/show_bug.cgi?id=280340
rdar://problem/137133185
Reviewed by Ben Nham.
Because PageLoadState is now ref/deref object, it should be clear that the
method is trivial or not.
* Source/WebKit/UIProcess/PageLoadState.cpp:
(WebKit::PageLoadState::isLoading const): Deleted.
(WebKit::PageLoadState::hasUncommittedLoad const): Deleted.
(WebKit::PageLoadState::activeURL const): Deleted.
(WebKit::PageLoadState::wasPrivateRelayed const): Deleted.
* Source/WebKit/UIProcess/PageLoadState.h:
(WebKit::PageLoadState::isLoading const):
(WebKit::PageLoadState::hasUncommittedLoad const):
(WebKit::PageLoadState::activeURL const):
(WebKit::PageLoadState::wasPrivateRelayed const):
Canonical link: https://commits.webkit.org/285557@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes