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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/inspector/inspector-test.js

Issue 2608043002: DevTools: extract modules (with extensions) (Closed)
Patch Set: fixes Created 3 years, 11 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/LayoutTests/http/tests/inspector/inspector-test.js
diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/inspector-test.js b/third_party/WebKit/LayoutTests/http/tests/inspector/inspector-test.js
index b37cac67aef27182f9d74e6f67ef07c086b09c68..dc0f8ae3039b63e2d3f730356db5876fd678f382 100644
--- a/third_party/WebKit/LayoutTests/http/tests/inspector/inspector-test.js
+++ b/third_party/WebKit/LayoutTests/http/tests/inspector/inspector-test.js
@@ -354,7 +354,7 @@ InspectorTest.expandAndDumpEventListeners = function(eventListenersView, callbac
if (force)
listenersArrived();
else
- InspectorTest.addSniffer(Components.EventListenersView.prototype, "_eventListenersArrivedForTest", listenersArrived);
+ InspectorTest.addSniffer(JS_UI.EventListenersView.prototype, "_eventListenersArrivedForTest", listenersArrived);
}
InspectorTest.dumpNavigatorView = function(navigatorView, dumpIcons)

Powered by Google App Engine
This is Rietveld 408576698