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

Unified Diff: lib/isolate/isolate_compiler.dart

Issue 9527006: fix bot: add missing definition in isolate lib for dartc. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 10 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/isolate/isolate_compiler.dart
diff --git a/lib/isolate/isolate_compiler.dart b/lib/isolate/isolate_compiler.dart
index 617d4d3bb229346c396dbb1c660597cd1a6de586..0f9e886c92231c67fd5546c6cd06053c082f4824 100644
--- a/lib/isolate/isolate_compiler.dart
+++ b/lib/isolate/isolate_compiler.dart
@@ -17,6 +17,8 @@ SendPort _spawnUri(String uri) {
throw new NotImplementedException();
}
+ReceivePort _port = null;
+
class _IsolateNatives {
static Future<SendPort> spawn(Isolate isolate, bool isLight) {
throw new NotImplementedException();
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698