[webkit-changes] [WebKit/WebKit] caff91: REGRESSION(268453 at main): error: incomplete type 'W...

Fujii Hironori noreply at github.com
Tue Sep 26 13:00:29 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: caff9124ec4b8ae65cef9f907f2cb29e0f184264
      https://github.com/WebKit/WebKit/commit/caff9124ec4b8ae65cef9f907f2cb29e0f184264
  Author: Fujii Hironori <Hironori.Fujii at sony.com>
  Date:   2023-09-26 (Tue, 26 Sep 2023)

  Changed paths:
    M Source/WebKit/WebProcess/Network/WebSocketProvider.cpp

  Log Message:
  -----------
  REGRESSION(268453 at main): error: incomplete type 'WebCore::Document' used 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




More information about the webkit-changes mailing list