Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: f10517f502fc202bebdd637ceab9a3cf92315201
      
https://github.com/WebKit/WebKit/commit/f10517f502fc202bebdd637ceab9a3cf92315201
  Author: Ahmad Saleem <[email protected]>
  Date:   2026-07-04 (Sat, 04 Jul 2026)

  Changed paths:
    M Source/WebCore/Modules/webaudio/AudioScheduledSourceNode.cpp
    M Source/WebCore/dom/Document.cpp
    M Source/WebCore/editing/InsertIntoTextNodeCommand.cpp
    M Source/WebCore/html/HTMLCanvasElement.cpp
    M Source/WebCore/html/HTMLMediaElement.cpp
    M Source/WebCore/page/LocalFrameView.cpp
    M Source/WebCore/page/Page.cpp
    M Source/WebCore/platform/network/NetworkStorageSession.h
    M Source/WebCore/rendering/RenderImage.cpp

  Log Message:
  -----------
  Remove duplicate #include directives in Source/WebCore
https://bugs.webkit.org/show_bug.cgi?id=318594
rdar://181378579

Reviewed by Alan Baradlay.

Several source files include the same header twice: once unconditionally
and again inside a platform/feature #if block that is already covered by
the unconditional include. Remove the redundant copies, and drop the
now-empty #if/#endif guards where the duplicate was the only entry.

No change in behavior.

* Source/WebCore/Modules/webaudio/AudioScheduledSourceNode.cpp:
* Source/WebCore/dom/Document.cpp:
* Source/WebCore/editing/InsertIntoTextNodeCommand.cpp:
* Source/WebCore/html/HTMLCanvasElement.cpp:
* Source/WebCore/html/HTMLMediaElement.cpp:
* Source/WebCore/page/LocalFrameView.cpp:
* Source/WebCore/page/Page.cpp:
* Source/WebCore/platform/network/NetworkStorageSession.h:
* Source/WebCore/rendering/RenderImage.cpp:

Canonical link: https://commits.webkit.org/316512@main



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications

Reply via email to