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

Unified Diff: Source/devtools/front_end/profiler/CPUProfileDataGrid.js

Issue 460543002: DevTools: DataGrid: move unrelated CSS. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 4 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 | « Source/devtools/front_end/dataGrid.css ('k') | Source/devtools/front_end/profilesPanel.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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") {
« no previous file with comments | « Source/devtools/front_end/dataGrid.css ('k') | Source/devtools/front_end/profilesPanel.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698