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

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

Issue 2151443002: Remove incorrect DCHECKS from RTC*RequestPromiseImpl (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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/RTCSessionDescriptionRequestPromiseImpl.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 068fb934d2d65c7f53bc956ffae7d3f8fe9e12fd..706d0c2baee57cb29bec61d54551d3de50336171 100644
--- a/third_party/WebKit/Source/modules/peerconnection/RTCVoidRequestPromiseImpl.cpp
+++ b/third_party/WebKit/Source/modules/peerconnection/RTCVoidRequestPromiseImpl.cpp
@@ -26,7 +26,6 @@ RTCVoidRequestPromiseImpl::RTCVoidRequestPromiseImpl(RTCPeerConnection* requeste
RTCVoidRequestPromiseImpl::~RTCVoidRequestPromiseImpl()
{
- DCHECK(!m_requester);
}
void RTCVoidRequestPromiseImpl::requestSucceeded()
« no previous file with comments | « third_party/WebKit/Source/modules/peerconnection/RTCSessionDescriptionRequestPromiseImpl.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698