| Index: LayoutTests/inspector-protocol/json-parse.html
|
| diff --git a/LayoutTests/inspector-protocol/json-parse.html b/LayoutTests/inspector-protocol/json-parse.html
|
| index 33127ae9408d91452ccefc76b4fec6ec1df3f474..aebf02048319ec8a5e3a96a1adec39de506b6b26 100644
|
| --- a/LayoutTests/inspector-protocol/json-parse.html
|
| +++ b/LayoutTests/inspector-protocol/json-parse.html
|
| @@ -11,7 +11,7 @@ function test()
|
|
|
| function step2(msg)
|
| {
|
| - InspectorTest.log(msg.result.result.value);
|
| + InspectorTest.logObject(msg);
|
| InspectorTest.completeTest();
|
| }
|
| }
|
|
|