[webkit-changes] [WebKit/WebKit] 946345: Remove unnecessary includes from Page.h
Alex Christensen
noreply at github.com
Fri Jan 24 10:53:30 PST 2025
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 9463459c109aaa77da554d821f6cfe5c2eeab421
https://github.com/WebKit/WebKit/commit/9463459c109aaa77da554d821f6cfe5c2eeab421
Author: Alex Christensen <achristensen at apple.com>
Date: 2025-01-24 (Fri, 24 Jan 2025)
Changed paths:
M Source/WebCore/page/Page.h
Log Message:
-----------
Remove unnecessary includes from Page.h
https://bugs.webkit.org/show_bug.cgi?id=286454
Reviewed by Tim Horton.
This is a step towards reducing compile time.
Two members have no need for an initializer list initialization in the header
because they are unconditionally initialized in the one constructor in Page.cpp.
* Source/WebCore/page/Page.h:
Canonical link: https://commits.webkit.org/289356@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