| Index: test/cctest/test-heap.cc
|
| diff --git a/test/cctest/test-heap.cc b/test/cctest/test-heap.cc
|
| index 8ba7f408cf9818cb0a53575b7c241b74cc4bd0e2..a7deeeba3f1f6cca0bbbc1337d29ca8e5a6713e9 100644
|
| --- a/test/cctest/test-heap.cc
|
| +++ b/test/cctest/test-heap.cc
|
| @@ -984,7 +984,7 @@ TEST(TestCodeFlushing) {
|
|
|
|
|
| // Count the number of global contexts in the weak list of global contexts.
|
| -static int CountGlobalContexts() {
|
| +int CountGlobalContexts() {
|
| int count = 0;
|
| Object* object = HEAP->global_contexts_list();
|
| while (!object->IsUndefined()) {
|
|
|