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

Unified Diff: lib/compiler/implementation/lib/isolate_patch.dart

Issue 10917208: Change interfaces to abstract classes in dart2js compiler. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
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
Index: lib/compiler/implementation/lib/isolate_patch.dart
diff --git a/lib/compiler/implementation/lib/isolate_patch.dart b/lib/compiler/implementation/lib/isolate_patch.dart
index f8d1e96fd6dd74c4f19654e10dba39b1aefb7318..c019dee64b2ee35d2e6dd5500c800cca0c49521f 100644
--- a/lib/compiler/implementation/lib/isolate_patch.dart
+++ b/lib/compiler/implementation/lib/isolate_patch.dart
@@ -364,7 +364,7 @@ class _IsolateEvent {
}
/** An interface for a stub used to interact with a manager. */
-interface _ManagerStub {
+abstract class _ManagerStub {
get id;
void set id(int i);
void set onmessage(Function f);

Powered by Google App Engine
This is Rietveld 408576698