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

Unified Diff: third_party/WebKit/Source/devtools/front_end/externs.js

Issue 2678203002: DevTools: extract event_listeners module (Closed)
Patch Set: fix - earlier ps didn't include all changes Created 3 years, 10 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
Index: third_party/WebKit/Source/devtools/front_end/externs.js
diff --git a/third_party/WebKit/Source/devtools/front_end/externs.js b/third_party/WebKit/Source/devtools/front_end/externs.js
index 4b5a9d80ecd7606766b9e28b81db7e91c28031f7..8fc5443e514888dc08ccb5241bdc09c3f7cc0876 100644
--- a/third_party/WebKit/Source/devtools/front_end/externs.js
+++ b/third_party/WebKit/Source/devtools/front_end/externs.js
@@ -853,6 +853,8 @@ var Emulation = {};
/** @type {!Object} */
var Extensions = {};
/** @type {!Object} */
+var EventListeners = {};
+/** @type {!Object} */
var FormatterWorker = {};
/** @type {!Object} */
var HeapSnapshotModel = {};

Powered by Google App Engine
This is Rietveld 408576698