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: samples/belay/bcap/src/BcapTunnel.dart

Issue 9016026: Moves over remaining .dart code references to 'factory' in interface declartions to 'default' (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 9 years 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 | « samples/belay/bcap/bcap.dart ('k') | samples/chat/http.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: samples/belay/bcap/src/BcapTunnel.dart
diff --git a/samples/belay/bcap/src/BcapTunnel.dart b/samples/belay/bcap/src/BcapTunnel.dart
index ab6d97c988307e465144896e292f0abdc205c18f..6e68066ae12ae235eb199c07e2e663bf150d2c7b 100644
--- a/samples/belay/bcap/src/BcapTunnel.dart
+++ b/samples/belay/bcap/src/BcapTunnel.dart
@@ -129,7 +129,7 @@ class PongMsg extends TunnelMsg {
}
}
-interface BcapTunnel extends BcapServerInterface factory BcapTunnelImpl {
+interface BcapTunnel extends BcapServerInterface default BcapTunnelImpl {
void sendOutpost(var msg);
« no previous file with comments | « samples/belay/bcap/bcap.dart ('k') | samples/chat/http.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698