Bug 824351 - Make PeerConnection.Close not check state. r=ehugg

This commit is contained in:
EKR 2012-12-23 17:03:26 -08:00
parent 7949f643dc
commit 94a8960630

View File

@ -914,7 +914,7 @@ NS_IMETHODIMP
PeerConnectionImpl::Close(bool aIsSynchronous)
{
CSFLogDebugS(logTag, __FUNCTION__);
PC_AUTO_ENTER_API_CALL(false);
PC_AUTO_ENTER_API_CALL_NO_CHECK();
return CloseInt(aIsSynchronous);
}