Fixed order of calls.
git-svn-id: svn://10.0.0.236/trunk@33839 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
f9b0e90b64
commit
f33ab1ce3c
@ -1490,9 +1490,9 @@ nsresult nsPluginHostImpl::FindStoppedPluginForURL(nsIURL* aURL, nsIPluginInstan
|
||||
//instance->GetPeer(&peer);
|
||||
((nsPluginInstancePeerImpl*)mActivePluginList[i].mPeer)->SetOwner(aOwner);
|
||||
|
||||
instance->Start();
|
||||
aOwner->CreateWidget();
|
||||
instance->SetWindow(window);
|
||||
instance->Start();
|
||||
|
||||
mActivePluginList[i].mStopped = PR_FALSE;
|
||||
|
||||
|
||||
@ -1490,9 +1490,9 @@ nsresult nsPluginHostImpl::FindStoppedPluginForURL(nsIURL* aURL, nsIPluginInstan
|
||||
//instance->GetPeer(&peer);
|
||||
((nsPluginInstancePeerImpl*)mActivePluginList[i].mPeer)->SetOwner(aOwner);
|
||||
|
||||
instance->Start();
|
||||
aOwner->CreateWidget();
|
||||
instance->SetWindow(window);
|
||||
instance->Start();
|
||||
|
||||
mActivePluginList[i].mStopped = PR_FALSE;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user