Skip to content

Commit

Permalink
REGRESSION(268453@main): error: incomplete type 'WebCore::Document' u…
Browse files Browse the repository at this point in the history
…sed in type trait expression

https://bugs.webkit.org/show_bug.cgi?id=261007

Debug builds of some ports couldn't compile. Unreviewed build fix.

> include\type_traits(1317,71): error: incomplete type 'WebCore::Document' used in type trait expression

* Source/WebKit/WebProcess/Network/WebSocketProvider.cpp:
Include <WebCore/Document.h>.

Canonical link: https://commits.webkit.org/268473@main
  • Loading branch information
fujii committed Sep 26, 2023
1 parent 1f07bde commit caff912
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/WebKit/WebProcess/Network/WebSocketProvider.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
#include "WebProcess.h"
#include "WebSocketChannelManager.h"
#include "WebTransportSession.h"
#include <WebCore/Document.h>
#include <WebCore/WorkerGlobalScope.h>

namespace WebKit {
Expand Down

0 comments on commit caff912

Please sign in to comment.