mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-03 20:49:27 +00:00
Bustage fix for previous checkin (sorry) Bug 287540 - (Bv1) <nsXPInstallManager.cpp>.
This commit is contained in:
parent
a79b61361f
commit
931641699a
@ -162,7 +162,7 @@ nsXPInstallManager::InitManagerFromChrome(const PRUnichar **aURLs, PRUint32 aURL
|
||||
if (!mTriggers)
|
||||
return NS_ERROR_OUT_OF_MEMORY;
|
||||
|
||||
for (PRUInt32 i = 0; i < aURLCount; ++i)
|
||||
for (PRUint32 i = 0; i < aURLCount; ++i)
|
||||
{
|
||||
nsXPITriggerItem* item = new nsXPITriggerItem(0, aURLs[i], nsnull);
|
||||
if (!item)
|
||||
|
Loading…
x
Reference in New Issue
Block a user