Bug 803571 - Clear database before refreshing about:home (r=mfinkle)

This commit is contained in:
Lucas Rocha 2012-11-07 15:45:35 +00:00
parent 9b38080b22
commit e22c3a1fb9

View File

@ -155,8 +155,8 @@ abstract public class BrowserApp extends GeckoApp
@Override
void handleClearHistory() {
updateAboutHomeTopSites();
super.handleClearHistory();
updateAboutHomeTopSites();
}
@Override