Chromium Code Reviews| Index: test/cctest/test-symbols.cc |
| diff --git a/test/cctest/test-symbols.cc b/test/cctest/test-symbols.cc |
| index 6a8323bea4ace612ebd453d0569f942677b065cd..2f3cb638ea072a0058658df857a6ed9ce8663dc9 100644 |
| --- a/test/cctest/test-symbols.cc |
| +++ b/test/cctest/test-symbols.cc |
| @@ -15,7 +15,7 @@ using namespace v8::internal; |
| TEST(Create) { |
| CcTest::InitializeVM(); |
| - Isolate* isolate = Isolate::Current(); |
| + Isolate* isolate = CcTest::i_isolate(); |
| HandleScope scope(isolate); |
| const int kNumSymbols = 30; |