Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: e7f11c8f51c0a66d44b0374f3a3f86d499fdec39
      
https://github.com/WebKit/WebKit/commit/e7f11c8f51c0a66d44b0374f3a3f86d499fdec39
  Author: Ian Grunert <[email protected]>
  Date:   2026-08-01 (Sat, 01 Aug 2026)

  Changed paths:
    M Source/WebKit/NetworkProcess/webtransport/NetworkTransportSession.cpp

  Log Message:
  -----------
  [Win] Linking failure after 318225@main
https://bugs.webkit.org/show_bug.cgi?id=320807

Unreviewed build fix.

318172@main moved stream creation into a new private method
NetworkTransportSession::createStream, defined only in
cocoa/NetworkTransportSessionCocoa.mm, while calling it from the
cross-platform completeRequestsAfterInitialization(). Ports without
HAVE(WEBTRANSPORT) have no definition of it, so linking WebKit2.dll
fails on Windows with an undefined symbol. Add a stub to the
!HAVE(WEBTRANSPORT) block, matching the other stubbed methods there.

* Source/WebKit/NetworkProcess/webtransport/NetworkTransportSession.cpp:
(WebKit::NetworkTransportSession::createStream):

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



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

Reply via email to