summaryrefslogtreecommitdiffstats
path: root/chrome/browser/resources
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/resources')
-rw-r--r--chrome/browser/resources/history.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/resources/history.html b/chrome/browser/resources/history.html
index cf88429..d48f4c8c 100644
--- a/chrome/browser/resources/history.html
+++ b/chrome/browser/resources/history.html
@@ -298,9 +298,9 @@ HistoryModel.prototype.addResults = function(info, results) {
lastURL = thisURL;
}
}
+ if (results.length)
+ this.changed = true;
}
- if (results.length)
- this.changed = true;
this.updateSearch_(info.finished);
}