| 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..d250bdf1951ccda9d325df1c959fd890c430160d 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, "_inspect", sniffInspect, true);
|
|
|
| function sniffInspect(objectId, hints)
|
| {
|
|
|