[webkit-changes] [WebKit/WebKit] 7575b0: Reduce size of WebCore::HistoryController by 8 byt...

Commit Queue noreply at github.com
Mon Feb 17 10:26:26 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 7575b0f8b3c938eb14344f1584e1fc9fc1cdf97e
      https://github.com/WebKit/WebKit/commit/7575b0f8b3c938eb14344f1584e1fc9fc1cdf97e
  Author: David Kilzer <ddkilzer at apple.com>
  Date:   2025-02-17 (Mon, 17 Feb 2025)

  Changed paths:
    M Source/WebCore/loader/HistoryController.h

  Log Message:
  -----------
  Reduce size of WebCore::HistoryController by 8 bytes (72 to 64 bytes)
<https://bugs.webkit.org/show_bug.cgi?id=287775>
<rdar://144950604>

Reviewed by Charlie Wolfe.

* Source/WebCore/loader/HistoryController.h:
- Move m_deferredItem after m_deferredFrameLoadType so the enum can be
  packed with bool variables.

Canonical link: https://commits.webkit.org/290487@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