Index: content/renderer/p2p/port_allocator.cc |
diff --git a/content/renderer/p2p/port_allocator.cc b/content/renderer/p2p/port_allocator.cc |
index 738011347a259a5218fae904ae236274f2a7a468..575d8e7eb4b84dc324dcb7aa6205cd5da75d63e4 100644 |
--- a/content/renderer/p2p/port_allocator.cc |
+++ b/content/renderer/p2p/port_allocator.cc |
@@ -199,7 +199,7 @@ void P2PPortAllocatorSession::AllocateLegacyRelaySession() { |
relay_session_request_.reset( |
allocator_->web_frame_->createAssociatedURLLoader(options)); |
- if (!relay_session_request_.get()) { |
+ if (!relay_session_request_) { |
LOG(ERROR) << "Failed to create URL loader."; |
return; |
} |