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

Unified Diff: tools/dom/src/Isolates.dart

Issue 27215002: Very simple version of Isolates. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Address Anders' comment. Created 7 years, 2 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: tools/dom/src/Isolates.dart
diff --git a/tools/dom/src/Isolates.dart b/tools/dom/src/Isolates.dart
index 3eb40038d4d7efe8b0d8a34b668330e75d701be6..0cd733b2de967ee3807986ec84ae20c508cc98aa 100644
--- a/tools/dom/src/Isolates.dart
+++ b/tools/dom/src/Isolates.dart
@@ -60,6 +60,8 @@ class _JsDeserializer extends _Deserializer {
}
}
+class SendPortSync {}
Lasse Reichstein Nielsen 2013/10/25 09:42:49 If this is just a marker interface, make it abstra
floitsch 2013/10/25 13:11:01 Marking as abstract now, but I'm not sure if we do
+
// The receiver is JS.
class _JsSendPortSync implements SendPortSync {

Powered by Google App Engine
This is Rietveld 408576698