Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 1371865b7df5413956adb15a7eae6a81ecd2e859
      
https://github.com/WebKit/WebKit/commit/1371865b7df5413956adb15a7eae6a81ecd2e859
  Author: Ryosuke Niwa <[email protected]>
  Date:   2025-05-23 (Fri, 23 May 2025)

  Changed paths:
    M Source/WebCore/Modules/audiosession/DOMAudioSession.cpp
    M Source/WebCore/Modules/audiosession/DOMAudioSession.h
    M Source/WebCore/Modules/entriesapi/DOMFileSystem.cpp
    M Source/WebCore/Modules/gamepad/GamepadHapticActuator.cpp
    M Source/WebCore/Modules/geolocation/Geolocation.cpp
    M Source/WebCore/Modules/geolocation/Geolocation.h
    M Source/WebCore/Modules/mediastream/CanvasCaptureMediaStreamTrack.cpp
    M 
Source/WebCore/Modules/mediastream/gstreamer/GStreamerDataChannelHandler.cpp
    M 
Source/WebCore/Modules/mediastream/gstreamer/GStreamerRtpSenderTransformBackend.cpp
    M Source/WebCore/Modules/speech/SpeechSynthesisUtterance.cpp
    M Source/WebCore/Modules/speech/SpeechSynthesisUtterance.h
    M Source/WebCore/Modules/storage/StorageManager.cpp
    M Source/WebCore/Modules/webxr/WebXRFrame.cpp
    M Source/WebCore/Modules/webxr/WebXRLayer.cpp
    M Source/WebCore/Modules/webxr/WebXRLayer.h
    M Source/WebCore/Modules/webxr/WebXROpaqueFramebufferCocoa.cpp
    M Source/WebCore/Modules/webxr/WebXRSession.cpp
    M Source/WebCore/Modules/webxr/WebXRSession.h
    M Source/WebCore/Modules/webxr/WebXRSpace.cpp
    M Source/WebCore/Modules/webxr/WebXRSpace.h
    M Source/WebCore/Modules/webxr/XRInputSourceEvent.cpp
    M Source/WebCore/bindings/scripts/CodeGeneratorJS.pm
    M Source/WebCore/dom/ContextDestructionObserver.cpp
    M Source/WebCore/dom/ContextDestructionObserver.h
    M Source/WebCore/dom/ContextDestructionObserverInlines.h
    M Source/WebCore/dom/Document.h
    M Source/WebCore/fileapi/NetworkSendQueue.cpp
    M Source/WebCore/html/CustomPaintCanvas.cpp
    M Source/WebCore/html/CustomPaintCanvas.h
    M Source/WebCore/html/canvas/EXTDisjointTimerQuery.cpp
    M 
Source/WebCore/platform/mediastream/gstreamer/GStreamerAudioRTPPacketizer.cpp
    M 
Source/WebCore/platform/mediastream/gstreamer/GStreamerMockDeviceProvider.cpp
    M 
Source/WebCore/platform/mediastream/gstreamer/MockDisplayCaptureSourceGStreamer.cpp
    M 
Source/WebCore/platform/mediastream/gstreamer/RealtimeOutgoingAudioSourceGStreamer.cpp
    M 
Source/WebCore/platform/mediastream/gstreamer/RealtimeOutgoingVideoSourceGStreamer.cpp
    M Source/WebCore/testing/WebXRTest.cpp
    M Source/WebKit/UIProcess/UserMediaPermissionRequestManagerProxy.cpp
    M 
Source/WebKit/UIProcess/glib/UserMediaPermissionRequestManagerProxyGLib.cpp

  Log Message:
  -----------
  Document.h doesn't need to include ContextDestructionObserverInlines.h
https://bugs.webkit.org/show_bug.cgi?id=293277

Reviewed by Chris Dumez.

Include ContextDestructionObserver.h instead of 
ContextDestructionObserverInlines.h

GTK+ build fix is based on Diego Pino Garcia's patch.

* Source/WebCore/Modules/audiosession/DOMAudioSession.cpp:
(WebCore::DOMAudioSession::eventTargetInterface const):
(WebCore::DOMAudioSession::scriptExecutionContext const):
* Source/WebCore/Modules/audiosession/DOMAudioSession.h:
* Source/WebCore/Modules/entriesapi/DOMFileSystem.cpp:
* Source/WebCore/Modules/gamepad/GamepadHapticActuator.cpp:
* Source/WebCore/Modules/geolocation/Geolocation.cpp:
(WebCore::Geolocation::document const):
* Source/WebCore/Modules/geolocation/Geolocation.h:
* Source/WebCore/Modules/mediastream/CanvasCaptureMediaStreamTrack.cpp:
* Source/WebCore/Modules/mediastream/gstreamer/GStreamerDataChannelHandler.cpp:
* 
Source/WebCore/Modules/mediastream/gstreamer/GStreamerRtpSenderTransformBackend.cpp:
* Source/WebCore/Modules/speech/SpeechSynthesisUtterance.cpp:
(WebCore::SpeechSynthesisUtterance::scriptExecutionContext const):
(WebCore::SpeechSynthesisUtterance::eventTargetInterface const):
* Source/WebCore/Modules/speech/SpeechSynthesisUtterance.h:
* Source/WebCore/Modules/storage/StorageManager.cpp:
* Source/WebCore/Modules/webxr/WebXRFrame.cpp:
* Source/WebCore/Modules/webxr/WebXRLayer.cpp:
(WebCore::WebXRLayer::scriptExecutionContext const):
* Source/WebCore/Modules/webxr/WebXRLayer.h:
* Source/WebCore/Modules/webxr/WebXROpaqueFramebufferCocoa.cpp:
* Source/WebCore/Modules/webxr/WebXRSession.cpp:
(WebCore::WebXRSession::scriptExecutionContext const):
* Source/WebCore/Modules/webxr/WebXRSession.h:
* Source/WebCore/Modules/webxr/WebXRSpace.cpp:
(WebCore::WebXRSpace::scriptExecutionContext const):
* Source/WebCore/Modules/webxr/WebXRSpace.h:
* Source/WebCore/Modules/webxr/XRInputSourceEvent.cpp:
* Source/WebCore/bindings/scripts/CodeGeneratorJS.pm:
(GenerateImplementation):
* Source/WebCore/dom/ContextDestructionObserver.cpp:
(WebCore::ContextDestructionObserver::protectedScriptExecutionContext const): 
Deleted.
* Source/WebCore/dom/ContextDestructionObserver.h:
* Source/WebCore/dom/ContextDestructionObserverInlines.h:
(WebCore::ContextDestructionObserver::protectedScriptExecutionContext const):
* Source/WebCore/dom/Document.h:
* Source/WebCore/fileapi/NetworkSendQueue.cpp:
* Source/WebCore/html/CustomPaintCanvas.cpp:
(WebCore::CustomPaintCanvas::canvasBaseScriptExecutionContext const):
* Source/WebCore/html/CustomPaintCanvas.h:
* Source/WebCore/html/canvas/EXTDisjointTimerQuery.cpp:
* Source/WebCore/platform/mediastream/gstreamer/GStreamerAudioRTPPacketizer.cpp:
* Source/WebCore/platform/mediastream/gstreamer/GStreamerMockDeviceProvider.cpp:
* 
Source/WebCore/platform/mediastream/gstreamer/MockDisplayCaptureSourceGStreamer.cpp:
* 
Source/WebCore/platform/mediastream/gstreamer/RealtimeOutgoingAudioSourceGStreamer.cpp:
* 
Source/WebCore/platform/mediastream/gstreamer/RealtimeOutgoingVideoSourceGStreamer.cpp:
* Source/WebCore/testing/WebXRTest.cpp:
* Source/WebKit/UIProcess/UserMediaPermissionRequestManagerProxy.cpp:
* Source/WebKit/UIProcess/glib/UserMediaPermissionRequestManagerProxyGLib.cpp:

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