[webkit-changes] [WebKit/WebKit] 779033: Remove unused webXREnabled deprecated global setting

Dean Jackson noreply at github.com
Wed Oct 26 14:03:37 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 7790337646a26c99563ded137dc373a2ce0931a3
      https://github.com/WebKit/WebKit/commit/7790337646a26c99563ded137dc373a2ce0931a3
  Author: Dean Jackson <dino at apple.com>
  Date:   2022-10-26 (Wed, 26 Oct 2022)

  Changed paths:
    M Source/WebCore/page/DeprecatedGlobalSettings.h

  Log Message:
  -----------
  Remove unused webXREnabled deprecated global setting
https://bugs.webkit.org/show_bug.cgi?id=247075
rdar://101595916

Reviewed by Tim Horton.

Make Sam Weinig slightly happier by removing a DeprecatedGlobalSetting
that wasn't even being used. All the code looks for the existing
preference.

* Source/WebCore/page/DeprecatedGlobalSettings.h:
(WebCore::DeprecatedGlobalSettings::setWebXREnabled): Deleted.
(WebCore::DeprecatedGlobalSettings::webXREnabled): Deleted.

Canonical link: https://commits.webkit.org/256034@main




More information about the webkit-changes mailing list