Index: test/cctest/test-global-object.cc |
diff --git a/test/cctest/test-global-object.cc b/test/cctest/test-global-object.cc |
index b124b2728dfe102fb9654c25ea0103e810c874f6..e8ffb8b1eca2a17197d9991f13e44b12f127279e 100644 |
--- a/test/cctest/test-global-object.cc |
+++ b/test/cctest/test-global-object.cc |
@@ -36,7 +36,7 @@ using namespace v8; |
TEST(StrictUndeclaredGlobalVariable) { |
HandleScope scope(Isolate::GetCurrent()); |
v8::Local<v8::String> var_name = v8_str("x"); |
- LocalContext context; |
+ v8::LocalContext context; |
v8::TryCatch try_catch; |
v8::Local<v8::Script> script = v8_compile("\"use strict\"; x = 42;"); |
v8::Handle<v8::Object> proto = v8::Object::New(); |