[webkit-changes] [WebKit/WebKit] 24da58: [css-typed-om] Use `std::optional<CSSNumberish>&&`...

Antoine Quint noreply at github.com
Fri Oct 21 22:26:20 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 24da58ad6fedbe83b400c1d16ada09f88ba90279
      https://github.com/WebKit/WebKit/commit/24da58ad6fedbe83b400c1d16ada09f88ba90279
  Author: Antoine Quint <graouts at apple.com>
  Date:   2022-10-21 (Fri, 21 Oct 2022)

  Changed paths:
    M Source/WebCore/css/typedom/transform/CSSScale.cpp
    M Source/WebCore/css/typedom/transform/CSSScale.h

  Log Message:
  -----------
  [css-typed-om] Use `std::optional<CSSNumberish>&&` instead of `std::optional<CSSNumberish>`
https://bugs.webkit.org/show_bug.cgi?id=246881

Reviewed by Chris Dumez.

* Source/WebCore/css/typedom/transform/CSSScale.cpp:
(WebCore::CSSScale::create):
* Source/WebCore/css/typedom/transform/CSSScale.h:

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




More information about the webkit-changes mailing list