Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 0b20eb642c4a48d1e3adb957c1493d4972902f47
      
https://github.com/WebKit/WebKit/commit/0b20eb642c4a48d1e3adb957c1493d4972902f47
  Author: Chris Dumez <[email protected]>
  Date:   2025-05-14 (Wed, 14 May 2025)

  Changed paths:
    M Source/WebCore/style/StyleResolver.cpp
    M Source/WebCore/style/StyleResolver.h
    M Source/WebCore/style/StyleScope.cpp
    M Source/WebCore/style/StyleScope.h
    M Source/WebCore/style/StyleScopeRuleSets.cpp
    M Source/WebCore/style/StyleScopeRuleSets.h

  Log Message:
  -----------
  Update StyleResolver::appendAuthorStyleSheets() to take in a span instead of 
a `const Vector&`
https://bugs.webkit.org/show_bug.cgi?id=292969

Reviewed by Anne van Kesteren.

Update StyleResolver::appendAuthorStyleSheets() to take in a span instead of a 
`const Vector&`.
This allows the call site at `Style::Scope::updateResolver()` to avoid having 
to construct a
Vector from a span.

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



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to