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

Unified Diff: corelib/src/time_zone.dart

Issue 8952006: Fix factories in Frog to correspond to the new syntax. (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
Index: corelib/src/time_zone.dart
diff --git a/corelib/src/time_zone.dart b/corelib/src/time_zone.dart
index a4676e7a2787f92b41509f41e4ba7be101d9280a..89f6cc59170b39a1778586838b5b1e5bf14aec59 100644
--- a/corelib/src/time_zone.dart
+++ b/corelib/src/time_zone.dart
@@ -7,7 +7,7 @@
/**
* [TimeZone]s represent locations (for example Europe/Paris).
*/
-interface TimeZone factory TimeZoneImplementation {
+interface TimeZone default TimeZoneImplementation {
const TimeZone.utc();
TimeZone.local();
bool get isUtc();
« no previous file with comments | « corelib/src/string_buffer.dart ('k') | frog/await/transformation.dart » ('j') | frog/parser.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698