| Index: test/cctest/test-serialize.cc
|
| ===================================================================
|
| --- test/cctest/test-serialize.cc (revision 4906)
|
| +++ test/cctest/test-serialize.cc (working copy)
|
| @@ -281,8 +281,8 @@
|
| #ifdef DEBUG
|
| HEAP->Verify();
|
| #endif
|
| - CHECK(Top::global()->IsJSObject());
|
| - CHECK(Top::global_context()->IsContext());
|
| + CHECK(Isolate::Current()->global()->IsJSObject());
|
| + CHECK(Isolate::Current()->global_context()->IsContext());
|
| CHECK(HEAP->symbol_table()->IsSymbolTable());
|
| CHECK(!Factory::LookupAsciiSymbol("Empty")->IsFailure());
|
| }
|
|
|