| Index: LayoutTests/inspector/profiler/heap-snapshot-test.js
|
| diff --git a/LayoutTests/inspector/profiler/heap-snapshot-test.js b/LayoutTests/inspector/profiler/heap-snapshot-test.js
|
| index f4515d4f875b4b69f47cc9b1bc4c4a0c8db7dd2a..be706084dd285fab2f52749fa9dea53a9c7f74c2 100644
|
| --- a/LayoutTests/inspector/profiler/heap-snapshot-test.js
|
| +++ b/LayoutTests/inspector/profiler/heap-snapshot-test.js
|
| @@ -60,11 +60,11 @@ InspectorTest.createHeapSnapshotMockRaw = function()
|
| // A triple in parentheses indicates node index, self size and
|
| // retained size.
|
| //
|
| - // --- A (14,2,2) --ac- C (40,4,10) -ce- E(57,6,6)
|
| + // --- A (7,2,2) --ac- C (21,4,10) -ce- E(35,6,6)
|
| // / | /
|
| - // "" (1,0,20) 1 --bc-----
|
| + // "" (0,0,20) 1 --bc-----
|
| // \ v /
|
| - // --- B (27,3,8) --bd- D (50,5,5)
|
| + // --- B (14,3,8) --bd- D (28,5,5)
|
| //
|
| return {
|
| snapshot: {
|
|
|