Fix bustage of 368773

This commit is contained in:
ginn.chen@sun.com
2007-03-19 06:57:15 +00:00
parent 3ba8536f67
commit bef423353b

View File

@@ -116,6 +116,7 @@ nsCommandManager::Init(nsIDOMWindow *aWindow)
NS_ASSERTION(aWindow, "Need non-null window here");
mWindow = aWindow; // weak ptr
NS_ENSURE_TRUE(mObserversTable.Init(), NS_ERROR_OUT_OF_MEMORY);
return NS_OK;
}