| Index: tracing/tracing/model/memory_dump_test_utils.html
|
| diff --git a/tracing/tracing/model/memory_dump_test_utils.html b/tracing/tracing/model/memory_dump_test_utils.html
|
| index aa0300e65d4742dd9f3197ca38fc85ee35d6a3fb..f322b48686d36d56ad0aad3bebc97b842b04db35 100644
|
| --- a/tracing/tracing/model/memory_dump_test_utils.html
|
| +++ b/tracing/tracing/model/memory_dump_test_utils.html
|
| @@ -124,6 +124,7 @@ tr.exportTo('tr.model', function() {
|
| dump.addNumeric(numericName, castToScalar(value));
|
| }
|
| }
|
| + dump.addChildren(getOption(opt_options, 'children'));
|
| return dump;
|
| };
|
|
|
|
|