Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(328)

Unified Diff: third_party/WebKit/Source/modules/peerconnection/RTCSessionDescriptionRequestPromiseImpl.cpp

Issue 2388193002: Reflow comments in modules/peerconnection. (Closed)
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/modules/peerconnection/RTCSessionDescriptionRequestPromiseImpl.cpp
diff --git a/third_party/WebKit/Source/modules/peerconnection/RTCSessionDescriptionRequestPromiseImpl.cpp b/third_party/WebKit/Source/modules/peerconnection/RTCSessionDescriptionRequestPromiseImpl.cpp
index c2dd05ad1c32d9dbc9b244d3752b3944d387fc55..ad09df4ca2d6860854029a64a38f9d3550933272 100644
--- a/third_party/WebKit/Source/modules/peerconnection/RTCSessionDescriptionRequestPromiseImpl.cpp
+++ b/third_party/WebKit/Source/modules/peerconnection/RTCSessionDescriptionRequestPromiseImpl.cpp
@@ -47,7 +47,8 @@ void RTCSessionDescriptionRequestPromiseImpl::requestSucceeded(
void RTCSessionDescriptionRequestPromiseImpl::requestFailed(
const String& error) {
if (m_requester && m_requester->shouldFireDefaultCallbacks()) {
- // TODO(guidou): The error code should come from the content layer. See crbug.com/589455
+ // TODO(guidou): The error code should come from the content layer. See
+ // crbug.com/589455
m_resolver->reject(DOMException::create(OperationError, error));
} else {
// This is needed to have the resolver release its internal resources

Powered by Google App Engine
This is Rietveld 408576698