| Index: vm/debugger_api_impl.cc
|
| ===================================================================
|
| --- vm/debugger_api_impl.cc (revision 16583)
|
| +++ vm/debugger_api_impl.cc (working copy)
|
| @@ -632,8 +632,7 @@
|
| prefix = it.GetNext();
|
| prefix_name = prefix.name();
|
| ASSERT(!prefix_name.IsNull());
|
| - prefix_name = String::Concat(prefix_name,
|
| - String::Handle(isolate, Symbols::Dot()));
|
| + prefix_name = String::Concat(prefix_name, Symbols::Dot());
|
| for (int i = 0; i < prefix.num_imports(); i++) {
|
| imported = prefix.GetLibrary(i);
|
| import_list.Add(prefix_name);
|
|
|