Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 23ff6ac20106fafaff3b0411e460890239dec0c1
      
https://github.com/WebKit/WebKit/commit/23ff6ac20106fafaff3b0411e460890239dec0c1
  Author: Anne van Kesteren <[email protected]>
  Date:   2025-06-07 (Sat, 07 Jun 2025)

  Changed paths:
    M Source/WebCore/animation/ViewTimeline.cpp
    M Source/WebCore/css/CSSValuePair.h
    M Source/WebCore/dom/AbortController.cpp
    M Source/WebCore/dom/AbortController.h
    M Source/WebCore/dom/InternalObserverEvery.cpp
    M Source/WebCore/dom/InternalObserverFind.cpp
    M Source/WebCore/page/Navigation.cpp

  Log Message:
  -----------
  Minor protectedFoo() cleanup
https://bugs.webkit.org/show_bug.cgi?id=294158
rdar://152771093

Reviewed by Chris Dumez.

Remove a couple of protectedFoo() methods I wasn't sure about before.
The underlying m_foo is const so it seems better to use an explicit
Ref/RefPtr constructor where needed then to rely on protectedFoo() to
reduce the chance of people accidentally using those where they are not
needed.

Canonical link: https://commits.webkit.org/295962@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