[webkit-changes] [WebKit/WebKit] 0ec1dd: Remove USE(NEW_THEME) usage in InspectorPageAgent
Anne van Kesteren
noreply at github.com
Thu Nov 16 10:40:17 PST 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 0ec1dd3955b1d77b5d955fc1b4fc11ce14717a4b
https://github.com/WebKit/WebKit/commit/0ec1dd3955b1d77b5d955fc1b4fc11ce14717a4b
Author: Anne van Kesteren <annevk at annevk.nl>
Date: 2023-11-16 (Thu, 16 Nov 2023)
Changed paths:
M Source/WebCore/inspector/agents/InspectorPageAgent.cpp
Log Message:
-----------
Remove USE(NEW_THEME) usage in InspectorPageAgent
https://bugs.webkit.org/show_bug.cgi?id=264871
Reviewed by Darin Adler.
Theme is included by all platforms and these methods already default to
false. This change has the upside that we'll get the correct
information on iOS and have more maintainable code.
* Source/WebCore/inspector/agents/InspectorPageAgent.cpp:
(WebCore::InspectorPageAgent::defaultUserPreferencesDidChange):
Canonical link: https://commits.webkit.org/270835@main
More information about the webkit-changes
mailing list