| Index: content/renderer/media/rtc_peer_connection_handler_unittest.cc
|
| diff --git a/content/renderer/media/rtc_peer_connection_handler_unittest.cc b/content/renderer/media/rtc_peer_connection_handler_unittest.cc
|
| index 83899521b147f5a8c8c2f09d62f72a64c2a01fcf..9f5c71de62176700bfc501ff99378d0a2bb71f2c 100644
|
| --- a/content/renderer/media/rtc_peer_connection_handler_unittest.cc
|
| +++ b/content/renderer/media/rtc_peer_connection_handler_unittest.cc
|
| @@ -221,8 +221,8 @@ class RTCPeerConnectionHandlerTest : public ::testing::Test {
|
| mock_tracker_.reset(new NiceMock<MockPeerConnectionTracker>());
|
| blink::WebRTCConfiguration config;
|
| blink::WebMediaConstraints constraints;
|
| - EXPECT_TRUE(pc_handler_->InitializeForTest(config, constraints,
|
| - mock_tracker_.get()));
|
| + EXPECT_TRUE(pc_handler_->InitializeForTest(
|
| + config, constraints, mock_tracker_.get()->AsWeakPtr()));
|
|
|
| mock_peer_connection_ = pc_handler_->native_peer_connection();
|
| ASSERT_TRUE(mock_peer_connection_);
|
|
|