Bug 302276 - Flip xpcnativewrappers default to yes - r=bz sr=shaver

This commit is contained in:
bsmedberg%covad.net 2005-08-25 15:22:00 +00:00
parent 15663de52c
commit 40ffe03615

View File

@ -2093,7 +2093,7 @@ nsChromeRegistry::ProcessManifestBuffer(char *buf, PRInt32 length,
// content packages, but they are *applied* to content|skin|locale.
PRBool platform = PR_FALSE;
PRBool xpcNativeWrappers = PR_FALSE;
PRBool xpcNativeWrappers = PR_TRUE;
TriState stAppVersion = eUnspecified;
TriState stApp = eUnspecified;