Chromium Code Reviews| Index: src/d8.cc |
| =================================================================== |
| --- src/d8.cc (revision 1373) |
| +++ src/d8.cc (working copy) |
| @@ -232,7 +232,7 @@ |
| } |
| -Handle<String> Shell::DebugEventToText(Handle<Object> event) { |
| +Handle<String> Shell::DebugEventToText(Handle<String> event) { |
| HandleScope handle_scope; |
| Context::Scope context_scope(utility_context_); |
| Handle<Object> global = utility_context_->Global(); |