| Index: content/renderer/media/rtc_peer_connection_handler.cc
|
| diff --git a/content/renderer/media/rtc_peer_connection_handler.cc b/content/renderer/media/rtc_peer_connection_handler.cc
|
| index c14e48be23fd1d8b3f93bd7642f2038395c16e58..7b7eca888c71bd0329fcf1c798e8d5a13a7abcfa 100644
|
| --- a/content/renderer/media/rtc_peer_connection_handler.cc
|
| +++ b/content/renderer/media/rtc_peer_connection_handler.cc
|
| @@ -490,7 +490,7 @@ bool RTCPeerConnectionHandler::addICECandidate(
|
| UTF16ToUTF8(candidate.sdpMid()),
|
| candidate.sdpMLineIndex(),
|
| UTF16ToUTF8(candidate.candidate())));
|
| - if (!native_candidate.get()) {
|
| + if (!native_candidate) {
|
| LOG(ERROR) << "Could not create native ICE candidate.";
|
| return false;
|
| }
|
|
|