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

Unified Diff: third_party/WebKit/Source/devtools/front_end/ui_lazy/DataGrid.js

Issue 2562453003: [DevTools] Remove Common.Event.target field. (Closed)
Patch Set: works Created 4 years 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
Index: third_party/WebKit/Source/devtools/front_end/ui_lazy/DataGrid.js
diff --git a/third_party/WebKit/Source/devtools/front_end/ui_lazy/DataGrid.js b/third_party/WebKit/Source/devtools/front_end/ui_lazy/DataGrid.js
index 3e67015dfd2cbf793fc79ecf32dc0d3b07b85b48..d94a1424ac6e2644ad333a5dba731c53a61e02d9 100644
--- a/third_party/WebKit/Source/devtools/front_end/ui_lazy/DataGrid.js
+++ b/third_party/WebKit/Source/devtools/front_end/ui_lazy/DataGrid.js
@@ -1720,7 +1720,7 @@ UI.DataGridNode = class extends Common.Object {
this._element.classList.add('selected');
if (!supressSelectedEvent)
- this.dataGrid.dispatchEventToListeners(UI.DataGrid.Events.SelectedNode);
+ this.dataGrid.dispatchEventToListeners(UI.DataGrid.Events.SelectedNode, this);
}
revealAndSelect() {

Powered by Google App Engine
This is Rietveld 408576698