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

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

  Log Message:
  -----------
  [Web Inspector] Self-canceling ternary in flex overlay cross-axis direction 
calculation
https://bugs.webkit.org/show_bug.cgi?id=318409
rdar://181198803

Reviewed by Devin Rousso.

The cross-axis reversal flag used identical branches
(wasRowDirection ? isBlockFlipped : isBlockFlipped). The column case should
use isRightToLeftDirection, mirroring the main-axis line above (row/column
roles swapped for the cross axis). No observable change today since the flag
only feeds symmetric min/max and fmin/fmax logic; this corrects the latent
semantics, so no new test

* Source/WebCore/inspector/InspectorOverlay.cpp:
(WebCore::InspectorOverlay::buildFlexOverlay):

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



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

Reply via email to