Title: [215115] trunk/Source/WebCore
- Revision
- 215115
- Author
- wilan...@apple.com
- Date
- 2017-04-07 12:57:03 -0700 (Fri, 07 Apr 2017)
Log Message
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.
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (215114 => 215115)
--- trunk/Source/WebCore/ChangeLog 2017-04-07 19:42:37 UTC (rev 215114)
+++ trunk/Source/WebCore/ChangeLog 2017-04-07 19:57:03 UTC (rev 215115)
@@ -1,5 +1,19 @@
2017-04-07 John Wilander <wilan...@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 <wilan...@apple.com>
+
WebSocket streams should have network usage attributed to correct process
https://bugs.webkit.org/show_bug.cgi?id=170322
<rdar://problem/26413551>
Modified: trunk/Source/WebCore/platform/network/soup/SocketStreamHandleImpl.h (215114 => 215115)
--- trunk/Source/WebCore/platform/network/soup/SocketStreamHandleImpl.h 2017-04-07 19:42:37 UTC (rev 215114)
+++ trunk/Source/WebCore/platform/network/soup/SocketStreamHandleImpl.h 2017-04-07 19:57:03 UTC (rev 215115)
@@ -48,8 +48,8 @@
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();
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes