[webkit-changes] [WebKit/WebKit] d72876: Reduce use of CheckedPtr with non-stack variables

Chris Dumez noreply at github.com
Thu Jan 11 13:07:19 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: d7287657bd42ceb296ca58041223683e639a5a73
      https://github.com/WebKit/WebKit/commit/d7287657bd42ceb296ca58041223683e639a5a73
  Author: Chris Dumez <cdumez at apple.com>
  Date:   2024-01-11 (Thu, 11 Jan 2024)

  Changed paths:
    M Source/WebCore/dom/ScriptedAnimationController.h
    M Source/WebCore/editing/FrameSelection.cpp
    M Source/WebCore/editing/FrameSelection.h
    M Source/WebCore/editing/RenderedPosition.h
    M Source/WebCore/editing/SpellChecker.h

  Log Message:
  -----------
  Reduce use of CheckedPtr with non-stack variables
https://bugs.webkit.org/show_bug.cgi?id=267415

Reviewed by Brent Fulgham.

This tested as performance neutral on Speedometer 2 & 3.

* Source/WebCore/dom/ScriptedAnimationController.h:
* Source/WebCore/editing/FrameSelection.cpp:
(WebCore::containsEndpoints):
* Source/WebCore/editing/FrameSelection.h:
* Source/WebCore/editing/RenderedPosition.h:
* Source/WebCore/editing/SpellChecker.h:

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




More information about the webkit-changes mailing list