Fix bug 649795. Crash when accessing mOwner which might not always be set. r=bsmedberg

This commit is contained in:
Johnny Stenback 2011-04-26 11:36:38 -07:00
parent 1681bbfeed
commit 3e42b28f7b

View File

@ -874,7 +874,7 @@ nsresult nsPluginStreamListenerPeer::ServeStreamAsFile(nsIRequest *request,
window->window = widget->GetNativeData(NS_NATIVE_PLUGIN_PORT);
}
#endif
mOwner->SetWindow();
owner->SetWindow();
}
mSeekable = PR_FALSE;