Index: third_party/WebKit/Source/devtools/front_end/sources/FilteredUISourceCodeListDelegate.js |
diff --git a/third_party/WebKit/Source/devtools/front_end/sources/FilteredUISourceCodeListDelegate.js b/third_party/WebKit/Source/devtools/front_end/sources/FilteredUISourceCodeListDelegate.js |
index a374fd456d6062f2efc9116c88a820ba4c04e70a..e8a48011023d37e71ccf30280c31be253d0fe9a7 100644 |
--- a/third_party/WebKit/Source/devtools/front_end/sources/FilteredUISourceCodeListDelegate.js |
+++ b/third_party/WebKit/Source/devtools/front_end/sources/FilteredUISourceCodeListDelegate.js |
@@ -205,6 +205,14 @@ Sources.FilteredUISourceCodeListDelegate = class extends QuickOpen.FilteredListW |
/** |
* @override |
+ * @return {string} |
+ */ |
+ notFoundText() { |
+ return Common.UIString('No files found'); |
+ } |
+ |
+ /** |
+ * @override |
*/ |
dispose() { |
Workspace.workspace.removeEventListener( |