| 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 c5a7daddae749a7d0945a72d4e2ec01426a55fed..52617f71d1d342d461205d2ebda3ed1be889dcda 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/reveal-objects.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/reveal-objects.html
|
| @@ -100,7 +100,7 @@ function test() {
|
| InspectorTest.addSniffer(WebInspector.ElementsPanel.prototype, "revealAndSelectNode", nodeRevealed, true);
|
| InspectorTest.addSniffer(WebInspector.SourcesPanel.prototype, "showUILocation", uiLocationRevealed, true);
|
| InspectorTest.addSniffer(WebInspector.ResourcesPanel.prototype, "showResource", resourceRevealed, true);
|
| - InspectorTest.addSniffer(WebInspector.NetworkPanel.prototype, "revealAndHighlightRequest", requestRevealed, true);
|
| + InspectorTest.addSniffer(WebInspector.NetworkPanel.prototype, "revealAndHighlightRequest", revealWidgeted, true);
|
| }
|
|
|
| function nodeRevealed(node)
|
| @@ -118,7 +118,7 @@ function test() {
|
| InspectorTest.addResult("Resource " + resource.displayName + " revealed in the Resources panel");
|
| }
|
|
|
| - function requestRevealed(request)
|
| + function revealWidgeted(request)
|
| {
|
| InspectorTest.addResult("Request " + new WebInspector.ParsedURL(request.url).lastPathComponent + " revealed in the Network panel");
|
| }
|
|
|