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