fixing debug bustage

git-svn-id: svn://10.0.0.236/trunk@184480 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
cbiesinger%web.de
2005-11-11 21:06:06 +00:00
parent b43b69badf
commit 86262b110f

View File

@@ -1088,7 +1088,7 @@ nsObjectLoadingContent::FirePluginNotFound(nsIContent* thisContent)
}
LOG(("OBJLC [%p]: Posting PluginNotFound event for content %p\n", this,
thisContent.get()));
thisContent));
nsresult rv = eventQ->PostEvent(ev);
if (NS_FAILED(rv)) {
PL_DestroyEvent(ev);