| 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 e860260481d14c4155bc7754c48370b7ea157f42..b1cbc88f698cd98f0b27d26276a1b9e4ba889b7b 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/inspector/inspector-test.js
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/inspector/inspector-test.js
|
| @@ -355,7 +355,7 @@ InspectorTest.expandAndDumpEventListeners = function(eventListenersView, callbac
|
| if (force)
|
| listenersArrived();
|
| else
|
| - InspectorTest.addSniffer(Components.EventListenersView.prototype, "_eventListenersArrivedForTest", listenersArrived);
|
| + InspectorTest.addSniffer(EventListeners.EventListenersView.prototype, "_eventListenersArrivedForTest", listenersArrived);
|
| }
|
|
|
| InspectorTest.dumpNavigatorView = function(navigatorView, dumpIcons)
|
|
|