diff --git a/netwerk/cookie/nsCookieService.cpp b/netwerk/cookie/nsCookieService.cpp index 8c8d6dff9f9e..31ecf9b120dd 100644 --- a/netwerk/cookie/nsCookieService.cpp +++ b/netwerk/cookie/nsCookieService.cpp @@ -2248,6 +2248,7 @@ void nsCookieService::SetCookieStringInternal( NotifyRejected(aHostURI, aChannel, rejectedReason, OPERATION_WRITE); return; // Stop here case STATUS_REJECTED_WITH_ERROR: + NotifyRejected(aHostURI, aChannel, rejectedReason, OPERATION_WRITE); return; case STATUS_ACCEPTED: // Fallthrough case STATUS_ACCEPT_SESSION: