| Index: third_party/WebKit/LayoutTests/inspector-protocol/json-parse.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector-protocol/json-parse.html b/third_party/WebKit/LayoutTests/inspector-protocol/json-parse.html
|
| index aebf02048319ec8a5e3a96a1adec39de506b6b26..d91d9b9c6bc69ac87818f1ac53d56be0a214e078 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector-protocol/json-parse.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector-protocol/json-parse.html
|
| @@ -11,6 +11,7 @@ function test()
|
|
|
| function step2(msg)
|
| {
|
| + msg.id = 1;
|
| InspectorTest.logObject(msg);
|
| InspectorTest.completeTest();
|
| }
|
|
|