Commit 2484a780 authored by Kartikaya Gupta's avatar Kartikaya Gupta
Browse files

Bug 732069 - Fix startup crash when building Fennec Native with the old linker. r=wesj

parent f1cca39b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -365,6 +365,7 @@ public class GeckoAppShell
                return;
            loadMozGlue();
            // the extract libs parameter is being removed in bug 732069
            loadLibsSetup(context);
            loadSQLiteLibsNative(apkName, false);
            sSQLiteLibsLoaded = true;
        }