| Index: third_party/WebKit/LayoutTests/inspector/reveal-objects.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/reveal-objects.html b/third_party/WebKit/LayoutTests/inspector/reveal-objects.html
|
| index 5437ac9dee85444b0ae39996939a31d988328ff8..7f2480dcb410c5f4c52a446144a6db0c44f0bc72 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/reveal-objects.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/reveal-objects.html
|
| @@ -99,7 +99,7 @@ function test() {
|
| {
|
| InspectorTest.addSniffer(Elements.ElementsPanel.prototype, "revealAndSelectNode", nodeRevealed, true);
|
| InspectorTest.addSniffer(Sources.SourcesPanel.prototype, "showUILocation", uiLocationRevealed, true);
|
| - InspectorTest.addSniffer(Resources.ResourcesPanel.prototype, "showResource", resourceRevealed, true);
|
| + InspectorTest.addSniffer(Resources.ApplicationPanelSidebar.prototype, "showResource", resourceRevealed, true);
|
| InspectorTest.addSniffer(Network.NetworkPanel.prototype, "revealAndHighlightRequest", revealed, true);
|
| }
|
|
|
|
|