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) { |