Bug 834414 - Remove unnecessary getInstance call that was leaking an App instance. r=wesj

This commit is contained in:
Kartikaya Gupta 2013-01-25 13:51:41 -05:00
Родитель 55c9daf9d1
Коммит 9754ce36f2
1 изменённых файлов: 0 добавлений и 2 удалений

Просмотреть файл

@ -533,8 +533,6 @@ public class GeckoAppShell
}
public static void runGecko(String apkPath, String args, String url, String type) {
WebAppAllocator.getInstance();
Looper.prepare();
sGeckoHandler = new Handler();