Bug 1192082 - Get rid of GeckoAppShell.nativeInit; r=snorp
Instead of letting AndroidBridge be constructed separately, we'll let Gecko construct AndroidBridge.
This commit is contained in:
@@ -372,9 +372,6 @@ public class GeckoThread extends Thread implements GeckoEventListener {
|
||||
|
||||
Log.w(LOGTAG, "zerdatime " + SystemClock.uptimeMillis() + " - runGecko");
|
||||
|
||||
// Initialize AndroidBridge.
|
||||
GeckoAppShell.nativeInit(GeckoThread.class.getClassLoader(), Looper.myQueue());
|
||||
|
||||
if (!AppConstants.MOZILLA_OFFICIAL) {
|
||||
Log.i(LOGTAG, "RunGecko - args = " + args);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user