| Index: src/runtime.cc
|
| ===================================================================
|
| --- src/runtime.cc (revision 3006)
|
| +++ src/runtime.cc (working copy)
|
| @@ -7148,7 +7148,7 @@
|
| // the function being debugged.
|
| // function(arguments,__source__) {return eval(__source__);}
|
| static const char* source_str =
|
| - "function(arguments,__source__){return eval(__source__);}";
|
| + "(function(arguments,__source__){return eval(__source__);})";
|
| static const int source_str_length = strlen(source_str);
|
| Handle<String> function_source =
|
| Factory::NewStringFromAscii(Vector<const char>(source_str,
|
|
|