Bug 810644 followup to fix -Werror red in opt builds. r=bustage

This commit is contained in:
Boris Zbarsky 2013-01-03 14:41:02 -05:00
parent 5399e26bf2
commit 8a9421c372

View File

@ -1390,7 +1390,7 @@ nsGlobalWindow::UnmarkGrayTimers()
Function* f = timeout->mScriptHandler->GetCallback();
if (f) {
// Callable() already does xpc_UnmarkGrayObject.
JSObject* o = f->Callable();
DebugOnly<JSObject*> o = f->Callable();
MOZ_ASSERT(!xpc_IsGrayGCThing(o), "Should have been unmarked");
}
}