Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 7bc88d85fab7dd6e17542bced337fb378528123a
      
https://github.com/WebKit/WebKit/commit/7bc88d85fab7dd6e17542bced337fb378528123a
  Author: Yoav Weiss <[email protected]>
  Date:   2025-05-27 (Tue, 27 May 2025)

  Changed paths:
    M Source/WebCore/Modules/webaudio/AnalyserNode.cpp
    M Source/WebCore/Modules/webaudio/AudioListener.cpp
    M Source/WebCore/Modules/webaudio/DefaultAudioDestinationNode.cpp
    M Source/WebCore/Modules/webaudio/OscillatorNode.cpp
    M Source/WebCore/loader/appcache/ApplicationCacheHost.cpp

  Log Message:
  -----------
  Add missing Exception, ExceptionOr and LocalFrameInlines headers
https://bugs.webkit.org/show_bug.cgi?id=293447

Reviewed by Chris Dumez.

While submitting https://github.com/WebKit/WebKit/pull/45773 it turned
out that a bunch of headers are missing from a few files as a result of
the build's build units getting reshuffled.

This PR adds the missing headers.

* Source/WebCore/Modules/webaudio/AnalyserNode.cpp: Add ExceptionOr.h
* Source/WebCore/Modules/webaudio/AudioListener.cpp: Add ExceptionOr.h
* Source/WebCore/Modules/webaudio/DefaultAudioDestinationNode.cpp: Add 
ExceptionOr.h and Exception.h
* Source/WebCore/Modules/webaudio/OscillatorNode.cpp: Add ExceptionOr.h
* Source/WebCore/loader/appcache/ApplicationCacheHost.cpp: Add 
LocalFrameInlines.h

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