| Index: src/d8.h
|
| ===================================================================
|
| --- src/d8.h (revision 1373)
|
| +++ src/d8.h (working copy)
|
| @@ -88,7 +88,7 @@
|
| static int Main(int argc, char* argv[]);
|
| static Handle<Array> GetCompletions(Handle<String> text,
|
| Handle<String> full);
|
| - static Handle<String> DebugEventToText(Handle<Object> event);
|
| + static Handle<String> DebugEventToText(Handle<String> event);
|
| static Handle<Value> DebugCommandToJSONRequest(Handle<String> command);
|
| static Handle<Object> DebugResponseDetails(Handle<String> response);
|
|
|
|
|