Commit 0410aa8f authored by Jonas Olsson's avatar Jonas Olsson Committed by Commit Bot

Remove usage of deprecated WebRTC << overload.

Bug: webrtc:8982
Change-Id: I978e0a2544f6f71c250da9b0ec7aeb8e1a901bb9
Reviewed-on: https://chromium-review.googlesource.com/997336Reviewed-by: default avatarSergey Ulanov <sergeyu@chromium.org>
Commit-Queue: Jonas Olsson <jonasolsson@chromium.org>
Cr-Commit-Position: refs/heads/master@{#549457}
parent 66924513
......@@ -48,7 +48,8 @@ blink::WebRTCError ConvertToWebKitRTCError(
// If adding a new error type, need 3 CLs: One to add the enum to webrtc,
// one to update this mapping code, and one to start using the enum in
// webrtc.
NOTREACHED() << "webrtc::RTCErrorType " << webrtc_error.type()
NOTREACHED() << "webrtc::RTCErrorType "
<< webrtc::ToString(webrtc_error.type())
<< " not covered by switch statement.";
break;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment