[Webkit-unassigned] [Bug 156229] New: [Curl][Soup] Fix the build after r199039

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 4 22:34:56 PDT 2016


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

            Bug ID: 156229
           Summary: [Curl][Soup] Fix the build after r199039
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: New Bugs
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: hs85.jeong at samsung.com

https://build.webkit.org/builders/EFL%20Linux%2064-bit%20Release%20WK2/builds/27374/steps/compile-webkit/logs/stdio

../../Source/WebCore/Modules/websockets/WebSocketChannel.cpp: In member function ‘virtual void WebCore::WebSocketChannel::connect(const WebCore::URL&, const WTF::String&)’:
../../Source/WebCore/Modules/websockets/WebSocketChannel.cpp:113:142: error: no matching function for call to ‘WebCore::SocketStreamHandle::create(const WebCore::URL&, WebCore::WebSocketChannel*, WebCore::NetworkingContext&, bool)’
             m_handle = SocketStreamHandle::create(m_handshake->url(), this, *networkingContext, (page ? page->usesEphemeralSession() : false));
                                                                                                                                              ^
In file included from ../../Source/WebCore/Modules/websockets/WebSocketChannel.cpp:52:0:
../../Source/WebCore/platform/network/soup/SocketStreamHandle.h:53:47: note: candidate: static WTF::PassRefPtr<WebCore::SocketStreamHandle> WebCore::SocketStreamHandle::create(const WebCore::URL&, WebCore::SocketStreamHandleClient*, WebCore::NetworkingContext&)
         static PassRefPtr<SocketStreamHandle> create(const URL& url, SocketStreamHandleClient* client, NetworkingContext&) { return adoptRef(new SocketStreamHandle(url, client)); }
                                               ^
../../Source/WebCore/platform/network/soup/SocketStreamHandle.h:53:47: note:   candidate expects 3 arguments, 4 provided
In file included from ../../Source/WebCore/Modules/websockets/WebSocketChannel.cpp:52:0:
../../Source/WebCore/platform/network/soup/SocketStreamHandle.h:54:47: note: candidate: static WTF::PassRefPtr<WebCore::SocketStreamHandle> WebCore::SocketStreamHandle::create(GSocketConnection*, WebCore::SocketStreamHandleClient*)
         static PassRefPtr<SocketStreamHandle> create(GSocketConnection* socketConnection, SocketStreamHandleClient* client) { return adoptRef(new SocketStreamHandle(socketConnection, client)); }
                                               ^
../../Source/WebCore/platform/network/soup/SocketStreamHandle.h:54:47: note:   candidate expects 2 arguments, 4 provided

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160405/20c02853/attachment-0001.html>


More information about the webkit-unassigned mailing list