Bug 420310 Unable to display uncached unnamed full-page plugin r+sr=jst a=dveditz

git-svn-id: svn://10.0.0.236/trunk@253846 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
neil%parkwaycc.co.uk 2008-08-26 22:46:37 +00:00
parent 4725ac011c
commit 96587c9414

View File

@ -1956,6 +1956,7 @@ nsPluginStreamListenerPeer::SetupPluginCacheFile(nsIChannel* channel)
return rv;
// Create a file to save our stream into. Should we scramble the name?
filename.Insert(NS_LITERAL_CSTRING("plugin-"), 0);
rv = pluginTmp->AppendNative(filename);
if (NS_FAILED(rv))
return rv;