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

Unified Diff: third_party/WebKit/Source/devtools/front_end/components/EventListenersView.js

Issue 2553043003: [DevTools] Remove methods on Common.Event. (Closed)
Patch Set: rebased 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/components/EventListenersView.js
diff --git a/third_party/WebKit/Source/devtools/front_end/components/EventListenersView.js b/third_party/WebKit/Source/devtools/front_end/components/EventListenersView.js
index 8f57990943d15f6b358869e5a552a55e21e8b6a8..ac68183a262747af21899210e78ce03c9b323c88 100644
--- a/third_party/WebKit/Source/devtools/front_end/components/EventListenersView.js
+++ b/third_party/WebKit/Source/devtools/front_end/components/EventListenersView.js
@@ -304,7 +304,7 @@ Components.ObjectEventListenerBar = class extends TreeElement {
}
/**
- * @param {!Common.Event} event
+ * @param {!Event} event
* @this {Components.ObjectEventListenerBar}
*/
function removeListener(event) {
@@ -314,7 +314,7 @@ Components.ObjectEventListenerBar = class extends TreeElement {
}
/**
- * @param {!Common.Event} event
+ * @param {!Event} event
* @this {Components.ObjectEventListenerBar}
*/
function togglePassiveListener(event) {

Powered by Google App Engine
This is Rietveld 408576698