| 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)
|
| {
|
|
|