[webkit-changes] [WebKit/WebKit] 414ff0: [@property] Ensure style is up to date in Computed...

Antti Koivisto noreply at github.com
Wed Feb 1 11:11:20 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 414ff00191187e3403f8a98e39a30a73f9f0ccd4
      https://github.com/WebKit/WebKit/commit/414ff00191187e3403f8a98e39a30a73f9f0ccd4
  Author: Antti Koivisto <antti at apple.com>
  Date:   2023-02-01 (Wed, 01 Feb 2023)

  Changed paths:
    M LayoutTests/imported/w3c/web-platform-tests/css/css-properties-values-api/typedom-expected.txt
    M Source/WebCore/css/typedom/ComputedStylePropertyMapReadOnly.cpp

  Log Message:
  -----------
  [@property] Ensure style is up to date in ComputedStylePropertyMapReadOnly::entries
https://bugs.webkit.org/show_bug.cgi?id=251517
rdar://104916732

Reviewed by Alan Baradlay.

* LayoutTests/imported/w3c/web-platform-tests/css/css-properties-values-api/typedom-expected.txt:
* Source/WebCore/css/typedom/ComputedStylePropertyMapReadOnly.cpp:
(WebCore::ComputedStylePropertyMapReadOnly::size const):
(WebCore::ComputedStylePropertyMapReadOnly::entries const):

Ensure style is up to date for custom properties so that we get the correct count.

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




More information about the webkit-changes mailing list