[webkit-changes] [WebKit/WebKit] 52222c: Followup (274683 at main): Ensure `position` is no lo...

Aditya Keerthi noreply at github.com
Thu Feb 15 18:20:07 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 52222cf447b7215dd9bcddee659884f704001827
      https://github.com/WebKit/WebKit/commit/52222cf447b7215dd9bcddee659884f704001827
  Author: Aditya Keerthi <akeerthi at apple.com>
  Date:   2024-02-15 (Thu, 15 Feb 2024)

  Changed paths:
    M Source/WebCore/rendering/style/RenderStyle.cpp
    M Source/WebCore/rendering/style/RenderStyle.h

  Log Message:
  -----------
  Followup (274683 at main): Ensure `position` is no longer in `NonInheritedFlags`
https://bugs.webkit.org/show_bug.cgi?id=269526

Reviewed by Tim Nguyen.

274683 at main added `position` to `StyleBoxData` but did not actually remove the
bits from `NonInheritedFlags`.

* Source/WebCore/rendering/style/RenderStyle.cpp:
(WebCore::RenderStyle::conservativelyCollectChangedAnimatableProperties const):
* Source/WebCore/rendering/style/RenderStyle.h:

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




More information about the webkit-changes mailing list