bug 706901 - follow up to fix bad merge r=me

This commit is contained in:
Brad Lassey 2011-12-01 19:02:05 -05:00
Родитель c0cdd1991c
Коммит 5689f095b7
1 изменённых файлов: 1 добавлений и 6 удалений

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

@ -603,7 +603,7 @@ abstract public class GeckoApp
mLastScreen = bos.toByteArray();
}
}
}
};
private void maybeCancelFaviconLoad(Tab tab) {
long faviconLoadId = tab.getFaviconLoadId();
@ -1251,11 +1251,6 @@ abstract public class GeckoApp
});
}
public GeckoApp() {
super();
mRememberLastScreenRunnable = new RememberLastScreenRunnable();
}
/** Called when the activity is first created. */
@Override
public void onCreate(Bundle savedInstanceState)