| Index: runtime/bin/dbg_message.cc
|
| ===================================================================
|
| --- runtime/bin/dbg_message.cc (revision 21100)
|
| +++ runtime/bin/dbg_message.cc (working copy)
|
| @@ -412,7 +412,7 @@
|
| ASSERT(Dart_IsString(script_url));
|
| msg->Printf("\"location\": { \"url\":");
|
| FormatEncodedString(msg, script_url);
|
| - msg->Printf(",\"libraryId\":%"Pd"},", library_id);
|
| + msg->Printf(",\"libraryId\":%"Pd",", library_id);
|
| msg->Printf("\"tokenOffset\":%"Pd",", token_number);
|
| msg->Printf("\"lineNumber\":%"Pd"},", line_number);
|
| }
|
|
|