Bug 1017862 - Followup: Fix bustage on a CLOSED TREE. (r=Waldo over IRC)

This commit is contained in:
Eric Faust
2014-06-09 14:34:34 -07:00
parent 77ad589fce
commit 73397207c6
3 changed files with 6 additions and 2 deletions

View File

@@ -88,7 +88,7 @@ BaseProxyHandler::BaseProxyHandler(const void *family)
BaseProxyHandler::~BaseProxyHandler()
{
MOZ_RELEASE_ASSERT(jsIsShutDown(), "Proxy handler destructor called with engine running?");
MOZ_RELEASE_ASSERT(JS_IsShutDown(), "Proxy handler destructor called with engine running?");
}
bool