| Index: chrome/browser/resources/file_manager/foreground/js/directory_model.js
|
| diff --git a/chrome/browser/resources/file_manager/foreground/js/directory_model.js b/chrome/browser/resources/file_manager/foreground/js/directory_model.js
|
| index d78730029b072225151c3a377f93f7ff145e1f63..d1a57469516815f5cc5ee44026d8ef0d19a457bc 100644
|
| --- a/chrome/browser/resources/file_manager/foreground/js/directory_model.js
|
| +++ b/chrome/browser/resources/file_manager/foreground/js/directory_model.js
|
| @@ -843,7 +843,7 @@ DirectoryModel.prototype.search = function(query,
|
|
|
| if (!(query || '').trimLeft()) {
|
| if (this.isSearching()) {
|
| - var newDirContents = DirectoryContents.createForDirectory(
|
| + var newDirContents = this.createDirectoryContents_(
|
| this.currentFileListContext_,
|
| currentDirEntry);
|
| this.clearAndScan_(newDirContents);
|
|
|