Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 6d2dd05162ce464e5eb67856fc65964a65a907f0
      
https://github.com/WebKit/WebKit/commit/6d2dd05162ce464e5eb67856fc65964a65a907f0
  Author: Ahmad Saleem <[email protected]>
  Date:   2026-07-04 (Sat, 04 Jul 2026)

  Changed paths:
    M Source/WebCore/inspector/InspectorOverlay.h

  Log Message:
  -----------
  [Web Inspector] Uninitialized bool members in InspectorOverlay Config structs
https://bugs.webkit.org/show_bug.cgi?id=318536
rdar://181307120

Reviewed by Devin Rousso.

The Highlight/Grid/Flex Config structs declared bool members without
default initializers. They are always assigned before use today, so this
is latent, but give each a { false } default to match the existing idiom.
No behavior change.

* Source/WebCore/inspector/InspectorOverlay.h:

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



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications

Reply via email to