Chromium Code Reviews| Index: runtime/vm/service.cc |
| diff --git a/runtime/vm/service.cc b/runtime/vm/service.cc |
| index 8991390491f3258fde761e22ea96b5170fe7b52e..3ccdf890a5c5ac380a5f44eb0a0529cb34f43e8f 100644 |
| --- a/runtime/vm/service.cc |
| +++ b/runtime/vm/service.cc |
| @@ -734,7 +734,6 @@ void Service::PostError(const String& method_name, |
| js.PostReply(); |
| } |
| - |
|
zra
2016/01/28 18:40:04
Restore newline.
Cutch
2016/01/28 23:49:45
Done.
|
| void Service::InvokeMethod(Isolate* I, const Array& msg) { |
| Thread* T = Thread::Current(); |
| ASSERT(I == T->isolate()); |