| Index: third_party/WebKit/Source/devtools/front_end/profiler/ProfileDataGrid.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/profiler/ProfileDataGrid.js b/third_party/WebKit/Source/devtools/front_end/profiler/ProfileDataGrid.js
|
| index d03cecd41efe1c3b0588e224e54e5ae0fca702d0..51ba6d8b82cc80cabea6f7cf608b7b0a8a96642c 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/profiler/ProfileDataGrid.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/profiler/ProfileDataGrid.js
|
| @@ -422,7 +422,11 @@ WebInspector.ProfileDataGridTree.prototype = {
|
|
|
| var matcher = createPlainTextSearchRegex(query, "i");
|
|
|
| - function matchesQuery(/** @ProfileDataGridNode */ profileDataGridNode)
|
| + /**
|
| + * @param {!WebInspector.ProfileDataGridNode} profileDataGridNode
|
| + * @return {boolean}
|
| + */
|
| + function matchesQuery(profileDataGridNode)
|
| {
|
| delete profileDataGridNode._searchMatchedSelfColumn;
|
| delete profileDataGridNode._searchMatchedTotalColumn;
|
|
|