fixing debug bustage

This commit is contained in:
cbiesinger@web.de
2005-11-11 21:06:06 +00:00
parent 4a1a3f973f
commit b36ab77cd4

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);