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

Unified Diff: third_party/WebKit/Source/modules/peerconnection/RTCVoidRequestPromiseImpl.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
« no previous file with comments | « third_party/WebKit/Source/modules/peerconnection/RTCVoidRequestImpl.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/modules/peerconnection/RTCVoidRequestPromiseImpl.cpp
diff --git a/third_party/WebKit/Source/modules/peerconnection/RTCVoidRequestPromiseImpl.cpp b/third_party/WebKit/Source/modules/peerconnection/RTCVoidRequestPromiseImpl.cpp
index 88820674afbf4dc8cf170cfb9fac3309c8e444af..30d627923ad39c61ed0d76aa83f5ffee4750bc02 100644
--- a/third_party/WebKit/Source/modules/peerconnection/RTCVoidRequestPromiseImpl.cpp
+++ b/third_party/WebKit/Source/modules/peerconnection/RTCVoidRequestPromiseImpl.cpp
@@ -41,7 +41,8 @@ void RTCVoidRequestPromiseImpl::requestSucceeded() {
void RTCVoidRequestPromiseImpl::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
« no previous file with comments | « third_party/WebKit/Source/modules/peerconnection/RTCVoidRequestImpl.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698