[webkit-changes] [WebKit/WebKit] cd5312: Removed CHECKED_POINTER_DEBUG

geoffreygaren noreply at github.com
Wed Apr 17 20:51:40 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: cd53122f509a647fe44aaeaf14b865194bbe6da4
      https://github.com/WebKit/WebKit/commit/cd53122f509a647fe44aaeaf14b865194bbe6da4
  Author: Geoffrey Garen <ggaren at apple.com>
  Date:   2024-04-17 (Wed, 17 Apr 2024)

  Changed paths:
    M Source/WTF/wtf/CheckedPtr.h
    M Source/WTF/wtf/CheckedRef.h
    M Source/WebCore/Modules/speech/SpeechRecognitionCaptureSourceImpl.h
    M Source/WebCore/dom/PendingScriptClient.h
    M Source/WebCore/dom/ScriptRunner.h
    M Source/WebCore/html/parser/HTMLDocumentParser.h
    M Source/WebCore/platform/cocoa/PlaybackSessionModel.h
    M Source/WebCore/platform/cocoa/VideoPresentationModel.h
    M Source/WebCore/platform/cocoa/WebAVPlayerLayer.mm
    M Source/WebCore/platform/graphics/cocoa/NullPlaybackSessionInterface.h
    M Source/WebCore/platform/graphics/cocoa/NullVideoPresentationInterface.h
    M Source/WebCore/platform/ios/PlaybackSessionInterfaceIOS.h
    M Source/WebCore/platform/ios/PlaybackSessionInterfaceIOS.mm
    M Source/WebCore/platform/ios/VideoPresentationInterfaceIOS.h
    M Source/WebCore/platform/ios/WebVideoFullscreenControllerAVKit.mm
    M Source/WebCore/platform/mac/PlaybackSessionInterfaceMac.h
    M Source/WebCore/platform/mac/PlaybackSessionInterfaceMac.mm
    M Source/WebCore/platform/mac/VideoPresentationInterfaceMac.h
    M Source/WebCore/platform/mediarecorder/MediaRecorderPrivate.h
    M Source/WebCore/platform/mediastream/AudioTrackPrivateMediaStream.h
    M Source/WebCore/platform/mediastream/RealtimeMediaSource.h
    M Source/WebCore/platform/mediastream/mac/MediaStreamTrackAudioSourceProviderCocoa.h
    M Source/WebCore/platform/mediastream/mac/RealtimeOutgoingAudioSourceCocoa.h
    M Source/WebCore/rendering/RenderListBox.h
    M Source/WebCore/testing/Internals.h
    M Source/WebCore/xml/parser/XMLDocumentParser.h
    M Source/WebKit/NetworkProcess/Downloads/DownloadManager.h
    M Source/WebKit/NetworkProcess/NetworkProcess.h
    M Source/WebKit/UIProcess/Cocoa/UserMediaCaptureManagerProxy.cpp
    M Source/WebKit/UIProcess/ios/fullscreen/WKFullScreenViewController.mm
    M Source/WebKit/WebProcess/Speech/SpeechRecognitionRealtimeMediaSourceManager.cpp
    M Source/WebKit/WebProcess/cocoa/PlaybackSessionManager.h
    M Source/WebKit/WebProcess/cocoa/VideoPresentationManager.h

  Log Message:
  -----------
  Removed CHECKED_POINTER_DEBUG
https://bugs.webkit.org/show_bug.cgi?id=272866
rdar://126655179

Reviewed by Ryosuke Niwa.

As of 277590 at main, a dangling CheckedPtr crashes in its destructor. That
directly shows us the CheckedPtr we were using CHECKED_POINTER_DEBUG to discover.

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