зеркало из https://github.com/mozilla/gecko-dev.git
Bug 751488 - Can't reload the page after clearing private data. r=mfinkle
This commit is contained in:
Родитель
a40d9ded69
Коммит
22a2071920
|
@ -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;
|
||||
|
|
Загрузка…
Ссылка в новой задаче