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

Unified Diff: dart/lib/isolate/base.dart

Issue 10968067: Allow external top-level getters and setters. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years, 3 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 | « dart/lib/compiler/implementation/scanner/parser.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/lib/isolate/base.dart
diff --git a/dart/lib/isolate/base.dart b/dart/lib/isolate/base.dart
index 0577ec2937794e3de192fbde0267b51e015ea651..4805376d0472ad7147be6c89cc902a9f9b8925c2 100644
--- a/dart/lib/isolate/base.dart
+++ b/dart/lib/isolate/base.dart
@@ -14,7 +14,7 @@ class IsolateSpawnException implements Exception {
* the first communication between isolates (see [spawnFunction] and
* [spawnUri]).
*/
-external ReceivePort get port();
+external ReceivePort get port;
/**
* Creates and spawns an isolate that shares the same code as the current
« no previous file with comments | « dart/lib/compiler/implementation/scanner/parser.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698