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

Unified Diff: samples/belay/bcap/bcap.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/actors/core/actors.dart ('k') | samples/belay/bcap/src/BcapTunnel.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: samples/belay/bcap/bcap.dart
diff --git a/samples/belay/bcap/bcap.dart b/samples/belay/bcap/bcap.dart
index 09098a5380f29e3410446910aa60e6474ba87536..36e51cdc67c0dec3274b34c038294eb536badc2b 100644
--- a/samples/belay/bcap/bcap.dart
+++ b/samples/belay/bcap/bcap.dart
@@ -92,7 +92,7 @@ typedef BcapHandler Reviver(String key);
typedef BcapServerInterface Resolver(String instID);
typedef void SaveState(String state);
-interface BcapServer extends BcapServerInterface factory BcapServerImpl {
+interface BcapServer extends BcapServerInterface default BcapServerImpl {
BcapServer(String instanceID, [String snapshot, SaveState saveState]);
void setReviver(Reviver newReviver);
« no previous file with comments | « samples/actors/core/actors.dart ('k') | samples/belay/bcap/src/BcapTunnel.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698