Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 537638c77c921750f0689f442891494ccff4c1a4
      
https://github.com/WebKit/WebKit/commit/537638c77c921750f0689f442891494ccff4c1a4
  Author: Claudio Saavedra <[email protected]>
  Date:   2026-06-22 (Mon, 22 Jun 2026)

  Changed paths:
    M Source/WebCore/rendering/RenderTable.cpp
    M Source/WebCore/rendering/RenderTable.h
    M Source/WebCore/rendering/mathml/RenderMathMLFencedOperator.cpp
    M Source/WebCore/rendering/mathml/RenderMathMLFencedOperator.h
    M Source/WebCore/rendering/mathml/RenderMathMLOperator.cpp
    M Source/WebCore/rendering/mathml/RenderMathMLOperator.h

  Log Message:
  -----------
  Out-line style-getter accessors to fix non-unified "used but never defined" 
warnings
https://bugs.webkit.org/show_bug.cgi?id=317405

Reviewed by Frédéric Wang Nélar.

collapseBorders(), isLargeOperatorInDisplayStyle() and minSize() each wrapped a
Style getter whose body lives in StyleComputedStyle+GettersInlines.h. Moving
them to their .cpp keeps that expensive header out of consumers (preserving
315217@main) while materializing the inline bodies.

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



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

Reply via email to