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

Unified Diff: sdk/lib/html/dartium/html_dartium.dart

Issue 27215002: Very simple version of Isolates. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Rebase 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:
Download patch
Index: sdk/lib/html/dartium/html_dartium.dart
diff --git a/sdk/lib/html/dartium/html_dartium.dart b/sdk/lib/html/dartium/html_dartium.dart
index 411dcdae281acfef34b729e9d57c6991a41d28e4..a7b5d3d0029ea692dba52269ed969aaf563d3429 100644
--- a/sdk/lib/html/dartium/html_dartium.dart
+++ b/sdk/lib/html/dartium/html_dartium.dart
@@ -32518,6 +32518,8 @@ class _JsDeserializer extends _Deserializer {
}
}
+class SendPortSync {}
+
// The receiver is JS.
class _JsSendPortSync implements SendPortSync {

Powered by Google App Engine
This is Rietveld 408576698