diff options
-rw-r--r-- | content/renderer/media/peer_connection_handler.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/content/renderer/media/peer_connection_handler.cc b/content/renderer/media/peer_connection_handler.cc index 51cfb10..10afa7a 100644 --- a/content/renderer/media/peer_connection_handler.cc +++ b/content/renderer/media/peer_connection_handler.cc @@ -54,6 +54,7 @@ void PeerConnectionHandler::initialize( native_peer_connection_ = dependency_factory_->CreatePeerConnection( UTF16ToUTF8(server_configuration), this); + CHECK(native_peer_connection_); } void PeerConnectionHandler::produceInitialOffer( |