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

Unified Diff: frog/leg/lib/mockimpl.dart

Issue 9652001: SendPort + ReceivePort changes: (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 9 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: frog/leg/lib/mockimpl.dart
diff --git a/frog/leg/lib/mockimpl.dart b/frog/leg/lib/mockimpl.dart
index 22d57617eb917165334c8ceb57c3f7aee6292345..c23dd54ea76f3c9e11c14bcd9e7b091c498db378 100644
--- a/frog/leg/lib/mockimpl.dart
+++ b/frog/leg/lib/mockimpl.dart
@@ -141,10 +141,6 @@ class ReceivePortFactory {
factory ReceivePort() {
throw 'factory ReceivePort is not implemented';
}
-
- factory ReceivePort.singleShot() {
- throw 'factory ReceivePort.singleShot is not implemented';
- }
}
class StringBase {

Powered by Google App Engine
This is Rietveld 408576698