| Index: chrome/browser/resources/md_history/app.crisper.js
|
| diff --git a/chrome/browser/resources/md_history/app.crisper.js b/chrome/browser/resources/md_history/app.crisper.js
|
| index 152f64d5ccdf54377af9da692b566dc9e55eaddc..d61fd89151bb20409e955ba97b01d77c6166a475 100644
|
| --- a/chrome/browser/resources/md_history/app.crisper.js
|
| +++ b/chrome/browser/resources/md_history/app.crisper.js
|
| @@ -6847,7 +6847,7 @@ var HistoryListBehavior = {
|
| });
|
| }
|
| }.bind(this));
|
| - if (array.length == 0) return true;
|
| + if (array.length == 0 && node.currentPath.indexOf('.') != -1) return true;
|
| this.notifySplices(node.currentPath, splices);
|
| return false;
|
| },
|
|
|