| Index: test/cctest/test-debug.cc
|
| diff --git a/test/cctest/test-debug.cc b/test/cctest/test-debug.cc
|
| index 941fa688d5af146926731d605cccc08dc2cb0a7d..21f79934856beba4a0ce56f803f5eeff66fa8f9b 100644
|
| --- a/test/cctest/test-debug.cc
|
| +++ b/test/cctest/test-debug.cc
|
| @@ -156,7 +156,7 @@ class DebugLocalContext {
|
| Handle<JSGlobalProxy> global(Handle<JSGlobalProxy>::cast(
|
| v8::Utils::OpenHandle(*context_->Global())));
|
| Handle<v8::internal::String> debug_string =
|
| - FACTORY->LookupAsciiSymbol("debug");
|
| + FACTORY->LookupOneByteSymbol(STATIC_ASCII_VECTOR("debug"));
|
| SetProperty(isolate, global, debug_string,
|
| Handle<Object>(debug->debug_context()->global_proxy()), DONT_ENUM,
|
| ::v8::internal::kNonStrictMode);
|
|
|