[webkit-changes] [WebKit/WebKit] 49637d: Web Inspector: Regression(256223 at main) Assertion i...

Patrick Angle noreply at github.com
Thu Nov 3 09:59:42 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 49637d036739186b6fbfe3838091c4b61b3fc7da
      https://github.com/WebKit/WebKit/commit/49637d036739186b6fbfe3838091c4b61b3fc7da
  Author: Patrick Angle <pangle at apple.com>
  Date:   2022-11-03 (Thu, 03 Nov 2022)

  Changed paths:
    M Source/WebCore/css/makeprop.pl

  Log Message:
  -----------
  Web Inspector: Regression(256223 at main) Assertion in LayoutTests/inspector/css/getSupportedCSSProperties.html at WebCore::CSSProperty::isInheritedProperty
https://bugs.webkit.org/show_bug.cgi?id=247398
rdar://101876145

Reviewed by Sam Weinig.

Known CSSPropertyID values are actually 0 thru `firstCSSProperty` + `numCSSProperties`. `firstCSSProperty` has a value
of 2, and `numCSSProperties` is 512, but the last property has an ID of 513.

* Source/WebCore/css/makeprop.pl:

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




More information about the webkit-changes mailing list