https://bugs.webkit.org/show_bug.cgi?id=170322
Unreviewed build fix. Error introduced by me in
https://trac.webkit.org/changeset/215104/webkit.
No new tests.
* platform/network/soup/SocketStreamHandleImpl.h:
Move parameter change to the right
SocketStreamHandleImpl::create() function.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@215115
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
2017-04-07 John Wilander <wilander@apple.com>
2017-04-07 John Wilander <wilander@apple.com>
+ Follow-up fix for Soup platform.
+ https://bugs.webkit.org/show_bug.cgi?id=170322
+
+ Unreviewed build fix. Error introduced by me in
+ https://trac.webkit.org/changeset/215104/webkit.
+
+ No new tests.
+
+ * platform/network/soup/SocketStreamHandleImpl.h:
+ Move parameter change to the right
+ SocketStreamHandleImpl::create() function.
+
+2017-04-07 John Wilander <wilander@apple.com>
+
WebSocket streams should have network usage attributed to correct process
https://bugs.webkit.org/show_bug.cgi?id=170322
<rdar://problem/26413551>
WebSocket streams should have network usage attributed to correct process
https://bugs.webkit.org/show_bug.cgi?id=170322
<rdar://problem/26413551>
class SocketStreamHandleImpl final : public SocketStreamHandle {
public:
class SocketStreamHandleImpl final : public SocketStreamHandle {
public:
- static Ref<SocketStreamHandleImpl> create(const URL&, SocketStreamHandleClient&, SessionID, const String&);
- static Ref<SocketStreamHandle> create(GSocketConnection*, SocketStreamHandleClient&, SourceApplicationAuditToken&&);
+ static Ref<SocketStreamHandleImpl> create(const URL&, SocketStreamHandleClient&, SessionID, const String&, SourceApplicationAuditToken&&);
+ static Ref<SocketStreamHandle> create(GSocketConnection*, SocketStreamHandleClient&);
virtual ~SocketStreamHandleImpl();
virtual ~SocketStreamHandleImpl();