[webkit-changes] [WebKit/WebKit] f211a4: Adopt smart pointers in svg/

Rob Buis noreply at github.com
Mon Sep 9 14:15:28 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: f211a4e62790414665abce7a1f0d0cb1f7342570
      https://github.com/WebKit/WebKit/commit/f211a4e62790414665abce7a1f0d0cb1f7342570
  Author: Rob Buis <rbuis at igalia.com>
  Date:   2024-09-09 (Mon, 09 Sep 2024)

  Changed paths:
    M Source/WebCore/svg/SVGElement.cpp
    M Source/WebCore/svg/SVGFilterElement.cpp
    M Source/WebCore/svg/SVGGraphicsElement.cpp
    M Source/WebCore/svg/SVGLocatable.cpp
    M Source/WebCore/svg/graphics/SVGImage.cpp

  Log Message:
  -----------
  Adopt smart pointers in svg/
https://bugs.webkit.org/show_bug.cgi?id=279262

Reviewed by Chris Dumez.

Adopt smart pointers in svg/ based
on [alpha.webkit.UncountedCallArgsChecker] and
[alpha.webkit.NoUncountedMemberChecker] warnings.

* Source/WebCore/svg/SVGElement.cpp:
(WebCore::SVGElement::getBoundingBox const):
* Source/WebCore/svg/SVGFilterElement.cpp:
(WebCore::SVGFilterElement::childrenChanged):
* Source/WebCore/svg/SVGGraphicsElement.cpp:
(WebCore::SVGGraphicsElement::animatedLocalTransform const):
* Source/WebCore/svg/SVGLocatable.cpp:
(WebCore::SVGLocatable::nearestViewportElement):
(WebCore::SVGLocatable::farthestViewportElement):
* Source/WebCore/svg/graphics/SVGImage.cpp:
(WebCore::SVGImage::nativeImage):

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



To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications


More information about the webkit-changes mailing list