<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [Curl][Soup] Fix the build after r199039"
   href="https://bugs.webkit.org/show_bug.cgi?id=156229">156229</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>[Curl][Soup] Fix the build after r199039
          </td>
        </tr>

        <tr>
          <th>Classification</th>
          <td>Unclassified
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>WebKit
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>WebKit Nightly Build
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>Unspecified
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Unspecified
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>Normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>P2
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>New Bugs
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>webkit-unassigned&#64;lists.webkit.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>hs85.jeong&#64;samsung.com
          </td>
        </tr></table>
      <p>
        <div>
        <pre><a href="https://build.webkit.org/builders/EFL%20Linux%2064-bit%20Release%20WK2/builds/27374/steps/compile-webkit/logs/stdio">https://build.webkit.org/builders/EFL%20Linux%2064-bit%20Release%20WK2/builds/27374/steps/compile-webkit/logs/stdio</a>

../../Source/WebCore/Modules/websockets/WebSocketChannel.cpp: In member function ‘virtual void WebCore::WebSocketChannel::connect(const WebCore::URL&amp;, const WTF::String&amp;)’:
../../Source/WebCore/Modules/websockets/WebSocketChannel.cpp:113:142: error: no matching function for call to ‘WebCore::SocketStreamHandle::create(const WebCore::URL&amp;, WebCore::WebSocketChannel*, WebCore::NetworkingContext&amp;, bool)’
             m_handle = SocketStreamHandle::create(m_handshake-&gt;url(), this, *networkingContext, (page ? page-&gt;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&lt;WebCore::SocketStreamHandle&gt; WebCore::SocketStreamHandle::create(const WebCore::URL&amp;, WebCore::SocketStreamHandleClient*, WebCore::NetworkingContext&amp;)
         static PassRefPtr&lt;SocketStreamHandle&gt; create(const URL&amp; url, SocketStreamHandleClient* client, NetworkingContext&amp;) { 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&lt;WebCore::SocketStreamHandle&gt; WebCore::SocketStreamHandle::create(GSocketConnection*, WebCore::SocketStreamHandleClient*)
         static PassRefPtr&lt;SocketStreamHandle&gt; 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</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>