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

Unified Diff: third_party/WebKit/Source/devtools/front_end/common/Object.js

Issue 2581453002: [DevTools] Remove removeAllListeners method. (Closed)
Patch Set: 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/devtools/front_end/profiler/ProfilesPanel.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/devtools/front_end/common/Object.js
diff --git a/third_party/WebKit/Source/devtools/front_end/common/Object.js b/third_party/WebKit/Source/devtools/front_end/common/Object.js
index c25bcda908b940955b8fbebcf936eb2d07b70dee..cf053942051630186538752c734f6ee4ea6fcb5d 100644
--- a/third_party/WebKit/Source/devtools/front_end/common/Object.js
+++ b/third_party/WebKit/Source/devtools/front_end/common/Object.js
@@ -69,13 +69,6 @@ Common.Object = class {
/**
* @override
- */
- removeAllListeners() {
- delete this._listeners;
- }
-
- /**
- * @override
* @param {symbol} eventType
* @return {boolean}
*/
@@ -144,8 +137,6 @@ Common.EventTarget.prototype = {
*/
removeEventListener(eventType, listener, thisObject) {},
- removeAllListeners() {},
-
/**
* @param {symbol} eventType
* @return {boolean}
« no previous file with comments | « no previous file | third_party/WebKit/Source/devtools/front_end/profiler/ProfilesPanel.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698