Bug 751488 - Can't reload the page after clearing private data. r=mfinkle

This commit is contained in:
Margaret Leibovic 2012-05-03 13:06:06 -07:00
Родитель a40d9ded69
Коммит 22a2071920
1 изменённых файлов: 0 добавлений и 2 удалений

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

@ -422,8 +422,6 @@ public final class Tab {
}
public boolean doReload() {
if (mHistory.isEmpty())
return false;
GeckoEvent e = GeckoEvent.createBroadcastEvent("Session:Reload", "");
GeckoAppShell.sendEventToGecko(e);
return true;