Index: runtime/lib/isolate_patch.dart |
diff --git a/runtime/lib/isolate_patch.dart b/runtime/lib/isolate_patch.dart |
index 80e830b3f11ff8ac8fdebe9df95447f537739e7e..a5955a94bb4e1fa853c7f785852cbed467672994 100644 |
--- a/runtime/lib/isolate_patch.dart |
+++ b/runtime/lib/isolate_patch.dart |
@@ -273,3 +273,9 @@ patch class Isolate { |
static SendPort _spawnUri(String uri) native "Isolate_spawnUri"; |
} |
+ |
+patch class Capability { |
+ /* patch */ factory Capability() { |
+ throw new UnimplementedError(); |
+ } |
+} |