| Index: test/cctest/test-heap-profiler.cc
|
| diff --git a/test/cctest/test-heap-profiler.cc b/test/cctest/test-heap-profiler.cc
|
| index 94a5be47c197a3f0157ab8fa4a00bdb8071c3249..13bcebc3c8b409966abaf959fb7e0f6928a71993 100644
|
| --- a/test/cctest/test-heap-profiler.cc
|
| +++ b/test/cctest/test-heap-profiler.cc
|
| @@ -261,7 +261,7 @@ TEST(BoundFunctionInSnapshot) {
|
| GetProperty(f, v8::HeapGraphEdge::kInternal, "bindings");
|
| CHECK_NE(NULL, bindings);
|
| CHECK_EQ(v8::HeapGraphNode::kArray, bindings->GetType());
|
| - CHECK_EQ(4, bindings->GetChildrenCount());
|
| + CHECK_EQ(3, bindings->GetChildrenCount());
|
|
|
| const v8::HeapGraphNode* bound_this = GetProperty(
|
| f, v8::HeapGraphEdge::kShortcut, "bound_this");
|
|
|