Index: Source/devtools/front_end/FileSystemProjectDelegate.js |
diff --git a/Source/devtools/front_end/FileSystemProjectDelegate.js b/Source/devtools/front_end/FileSystemProjectDelegate.js |
index e285adbb080c4dfa8e7de3fcaa06200ddd21c387..01e9f4af4e95ae93280735b3ac48cbd12d49a94f 100644 |
--- a/Source/devtools/front_end/FileSystemProjectDelegate.js |
+++ b/Source/devtools/front_end/FileSystemProjectDelegate.js |
@@ -223,7 +223,7 @@ WebInspector.FileSystemProjectDelegate.prototype = { |
*/ |
findFilesMatchingSearchRequest: function(queries, fileQueries, caseSensitive, isRegex, progress, callback) |
{ |
- var result = []; |
+ var result = null; |
var queriesToRun = queries.slice(); |
if (!queriesToRun.length) |
queriesToRun.push(""); |
@@ -531,7 +531,7 @@ WebInspector.FileSystemProjectDelegate.prototype = { |
{ |
this.dispatchEventToListeners(WebInspector.ProjectDelegate.Events.Reset, null); |
}, |
- |
+ |
__proto__: WebInspector.Object.prototype |
} |