Index: test/cctest/test-debug.cc |
diff --git a/test/cctest/test-debug.cc b/test/cctest/test-debug.cc |
index 0cdd23e6fbc8d42686813f514fb7d2b2dca38166..6375a6c47fe308eae4c9fbe5fd3bc857e4b55d0f 100644 |
--- a/test/cctest/test-debug.cc |
+++ b/test/cctest/test-debug.cc |
@@ -107,7 +107,7 @@ class DebugLocalContext { |
Handle<JSGlobalProxy> global(Handle<JSGlobalProxy>::cast( |
v8::Utils::OpenHandle(*context_->Global()))); |
Handle<v8::internal::String> debug_string = |
- factory->InternalizeOneByteString(STATIC_ASCII_VECTOR("debug")); |
+ factory->InternalizeOneByteString(STATIC_CHAR_VECTOR("debug")); |
v8::internal::Runtime::DefineObjectProperty(global, debug_string, |
handle(debug_context->global_proxy(), isolate), DONT_ENUM).Check(); |
} |