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

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

  Log Message:
  -----------
  Web Inspector: Regression(256223@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


_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to