[webkit-changes] [WebKit/WebKit] 31e297: Remove unnecessary headers included from Page.h
Alex Christensen
noreply at github.com
Mon Aug 21 12:58:36 PDT 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 31e29711b15c0902ca5653db2e23fcbaa960c054
https://github.com/WebKit/WebKit/commit/31e29711b15c0902ca5653db2e23fcbaa960c054
Author: Alex Christensen <achristensen at apple.com>
Date: 2023-08-21 (Mon, 21 Aug 2023)
Changed paths:
M Source/WebCore/Modules/screen-wake-lock/WakeLock.cpp
M Source/WebCore/dom/Document.cpp
M Source/WebCore/page/Page.cpp
M Source/WebCore/page/Page.h
M Source/WebCore/page/ScreenOrientation.cpp
M Source/WebCore/workers/WorkerMessagingProxy.cpp
M Source/WebCore/workers/service/context/ServiceWorkerThreadProxy.cpp
M Source/WebCore/workers/shared/context/SharedWorkerThreadProxy.cpp
M Source/WebKitLegacy/mac/WebView/WebView.mm
Log Message:
-----------
Remove unnecessary headers included from Page.h
https://bugs.webkit.org/show_bug.cgi?id=260472
rdar://114202982
Reviewed by Chris Dumez.
This should reduce compile times a little bit and have no other effect.
* Source/WebCore/Modules/screen-wake-lock/WakeLock.cpp:
* Source/WebCore/dom/Document.cpp:
* Source/WebCore/page/Page.cpp:
* Source/WebCore/page/Page.h:
(WebCore::Page::scheduledRunLoopPairs):
* Source/WebCore/page/ScreenOrientation.cpp:
* Source/WebCore/workers/WorkerMessagingProxy.cpp:
* Source/WebCore/workers/service/context/ServiceWorkerThreadProxy.cpp:
* Source/WebCore/workers/shared/context/SharedWorkerThreadProxy.cpp:
* Source/WebKitLegacy/mac/WebView/WebView.mm:
Canonical link: https://commits.webkit.org/267103@main
More information about the webkit-changes
mailing list