Index: Source/devtools/front_end/profiler/CPUProfileDataGrid.js |
diff --git a/Source/devtools/front_end/profiler/CPUProfileDataGrid.js b/Source/devtools/front_end/profiler/CPUProfileDataGrid.js |
index 7b36511046078393892f4bb3eaa5ffcff2eb3c10..08e59d72734dbf87a9e71b5f632af18fecf1c855 100644 |
--- a/Source/devtools/front_end/profiler/CPUProfileDataGrid.js |
+++ b/Source/devtools/front_end/profiler/CPUProfileDataGrid.js |
@@ -70,7 +70,7 @@ WebInspector.ProfileDataGridNode.prototype = { |
if (this._deoptReason) |
cell.classList.add("not-optimized"); |
- if (this.profileNode._searchMatchedFunctionColumn) |
+ if (this._searchMatchedFunctionColumn) |
cell.classList.add("highlight"); |
if (this.profileNode.scriptId !== "0") { |