Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: dc2c018c7d22805e1eb0f1f5ac442bb2b7b347cb
      
https://github.com/WebKit/WebKit/commit/dc2c018c7d22805e1eb0f1f5ac442bb2b7b347cb
  Author: Chris Dumez <[email protected]>
  Date:   2024-11-04 (Mon, 04 Nov 2024)

  Changed paths:
    M Source/WTF/wtf/RunLoop.h
    M Source/WTF/wtf/StdLibExtras.h
    M Source/WTF/wtf/TypeTraits.h
    M Source/WTF/wtf/UniqueRef.h
    M Source/WTF/wtf/WeakPtr.h
    M Source/WTF/wtf/WeakRef.h
    M Source/WebCore/platform/Timer.h

  Log Message:
  -----------
  Rename HasRefPtrMethods/HasCheckedPtrMethods to 
HasRefPtrMemberFunctions/HasCheckedPtrMemberFunctions
https://bugs.webkit.org/show_bug.cgi?id=282541

Reviewed by Darin Adler.

Rename HasRefPtrMethods/HasCheckedPtrMethods to 
HasRefPtrMemberFunctions/HasCheckedPtrMemberFunctions
to match C++ naming instead of ObjC.

* Source/WTF/wtf/RunLoop.h:
* Source/WTF/wtf/StdLibExtras.h:
(WTF::makeUnique):
(WTF::makeUniqueWithoutFastMallocCheck):
* Source/WTF/wtf/TypeTraits.h:
* Source/WTF/wtf/UniqueRef.h:
(WTF::makeUniqueRef):
* Source/WTF/wtf/WeakPtr.h:
(WTF::WeakPtr::get const):
(WTF::WeakPtr::operator-> const):
(WTF::WeakPtr::operator* const):
* Source/WTF/wtf/WeakRef.h:
(WTF::WeakRef::ptrAllowingHashTableEmptyValue const):
(WTF::WeakRef::ptr const):
(WTF::WeakRef::get const):
* Source/WebCore/platform/Timer.h:

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