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