Removed redundant (wrong) declaration of local variable err from GetLiveconnect(), which was shadowing another declaration of err in an outer scope.
git-svn-id: svn://10.0.0.236/trunk@10708 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -311,7 +311,6 @@ nsPluginManager::GetLiveconnect(const nsIID& aIID)
|
||||
threadAttached = PR_AttachThread(PR_USER_THREAD, PR_PRIORITY_NORMAL, NULL);
|
||||
}
|
||||
NS_DEFINE_CID(kCLiveconnectCID, NS_CLIVECONNECT_CID);
|
||||
nsresult err = NS_OK;
|
||||
err = nsRepository::CreateInstance(kCLiveconnectCID,
|
||||
(nsIPluginManager*)this, /* outer */
|
||||
kISupportsIID,
|
||||
|
||||
Reference in New Issue
Block a user