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

git-svn-id: svn://10.0.0.236/trunk@178951 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bsmedberg%covad.net 2005-08-25 15:22:00 +00:00
parent b358bdd5b1
commit 56fd1c5cac

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;