Index: Source/devtools/front_end/search/SourcesSearchScope.js |
diff --git a/Source/devtools/front_end/search/SourcesSearchScope.js b/Source/devtools/front_end/search/SourcesSearchScope.js |
index 8eb296da748340b6097b4a5d9a792a7e81a0593f..a8f01f1ef211e8e587cf16373aaad03bdf8d7980 100644 |
--- a/Source/devtools/front_end/search/SourcesSearchScope.js |
+++ b/Source/devtools/front_end/search/SourcesSearchScope.js |
@@ -166,7 +166,7 @@ WebInspector.SourcesSearchScope.prototype = { |
} |
/** |
- * @param {!string} path |
+ * @param {string} path |
* @this {WebInspector.SourcesSearchScope} |
*/ |
function searchInNextFile(path) |
@@ -213,7 +213,7 @@ WebInspector.SourcesSearchScope.prototype = { |
} |
/** |
- * @param {!string} path |
+ * @param {string} path |
* @param {?string} content |
* @this {WebInspector.SourcesSearchScope} |
*/ |