Chromium Code Reviews| Index: test/inspector/runtime/evaluate-with-generate-preview-expected.txt |
| diff --git a/test/inspector/runtime/evaluate-with-generate-preview-expected.txt b/test/inspector/runtime/evaluate-with-generate-preview-expected.txt |
| index e200f8aec36e73854f5fb3e326bcede34445c3dc..ef1cd1a753c19ed53162de26782f3fba9cd0e7ea 100644 |
| --- a/test/inspector/runtime/evaluate-with-generate-preview-expected.txt |
| +++ b/test/inspector/runtime/evaluate-with-generate-preview-expected.txt |
| @@ -827,3 +827,12 @@ Running test: testObjInheritsGetterProperty |
| ] |
| type : object |
| } |
| + |
| +Running test: testObjWithArrayAsProto |
| +{ |
| + description : Array |
| + overflow : false |
| + properties : [ |
| + ] |
| + type : object |
|
dgozman
2017/03/23 21:10:20
So this was an array before or not? What changed?
kozy
2017/03/24 00:40:37
It was the same before (this test I copied from la
|
| +} |