Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(310)

Unified Diff: runtime/vm/service.cc

Issue 1640773005: Make it possible to share the embedder's dart sources for the vmservice (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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());

Powered by Google App Engine
This is Rietveld 408576698