| Index: third_party/WebKit/LayoutTests/http/tests/inspector/command-line-api-inspect.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/command-line-api-inspect.html b/third_party/WebKit/LayoutTests/http/tests/inspector/command-line-api-inspect.html
|
| index 38320ea689c1bf9821b2d849635cd99de3955166..8ee9b7d46ce632be22b621c8e8f1f6adc4e384c1 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/inspector/command-line-api-inspect.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/inspector/command-line-api-inspect.html
|
| @@ -11,7 +11,7 @@ function onload()
|
|
|
| function test()
|
| {
|
| - InspectorTest.addSniffer(WebInspector.Main.prototype, "inspect", sniffInspect, true);
|
| + InspectorTest.addSniffer(WebInspector.RuntimeModel.prototype, "_inspectRequested", sniffInspect, true);
|
|
|
| function sniffInspect(objectId, hints)
|
| {
|
|
|