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

Unified Diff: third_party/WebKit/Source/devtools/front_end/sources/FilePathScoreFunction.js

Issue 1761243002: [DevTools] Fix compile errors before closure compiler roll (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@prepare-bindings-module
Patch Set: Created 4 years, 10 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
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/resources/DatabaseModel.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/devtools/front_end/sources/FilePathScoreFunction.js
diff --git a/third_party/WebKit/Source/devtools/front_end/sources/FilePathScoreFunction.js b/third_party/WebKit/Source/devtools/front_end/sources/FilePathScoreFunction.js
index 8d026a56dc45bc72c1a2f2360b1b892c1d719e5a..0d33a561aa4d9cbb345ce49284340e5a7823fa7f 100644
--- a/third_party/WebKit/Source/devtools/front_end/sources/FilePathScoreFunction.js
+++ b/third_party/WebKit/Source/devtools/front_end/sources/FilePathScoreFunction.js
@@ -45,7 +45,7 @@ WebInspector.FilePathScoreFunction = function(query)
WebInspector.FilePathScoreFunction.prototype = {
/**
* @param {string} data
- * @param {?Array.<!Number>} matchIndexes
+ * @param {?Array<number>} matchIndexes
* @return {number}
*/
score: function(data, matchIndexes)
@@ -98,7 +98,7 @@ WebInspector.FilePathScoreFunction.prototype = {
* @param {!Int32Array} sequence
* @param {number} n
* @param {number} m
- * @param {!Array.<!Number>} out
+ * @param {!Array<number>} out
*/
_restoreMatchIndexes: function(sequence, n, m, out)
{
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/resources/DatabaseModel.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698