Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1400)

Unified Diff: Source/devtools/front_end/search/SourcesSearchScope.js

Issue 340513003: DevTools: Add JSDoc for static methods, fix JSDoc types and induced errors (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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}
*/

Powered by Google App Engine
This is Rietveld 408576698