From aa249b505342a9e1203440dcd04b94901fbf8f80 Mon Sep 17 00:00:00 2001 From: "scherkus@chromium.org" Date: Tue, 30 Apr 2013 01:04:32 +0000 Subject: net: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST. It's no longer providing value as the MSVC warning is disabled during compilation. Refer to bug for details. BUG=234765 R=rch@chromium.org Review URL: https://codereview.chromium.org/14113037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@197200 0039d316-1c4b-4281-b951-d872f2087c98 --- net/spdy/spdy_stream.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net/spdy/spdy_stream.cc') diff --git a/net/spdy/spdy_stream.cc b/net/spdy/spdy_stream.cc index 06d506f..b2929c8 100644 --- a/net/spdy/spdy_stream.cc +++ b/net/spdy/spdy_stream.cc @@ -114,7 +114,7 @@ SpdyStream::SpdyStream(SpdySession* session, int32 initial_recv_window_size, bool pushed, const BoundNetLog& net_log) - : weak_ptr_factory_(ALLOW_THIS_IN_INITIALIZER_LIST(this)), + : weak_ptr_factory_(this), continue_buffering_data_(true), stream_id_(0), path_(path), -- cgit v1.1