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

Unified Diff: bin/platform.dart

Issue 8949043: - Fix outdated use of factory clause. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/runtime/
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 | « bin/input_stream.dart ('k') | bin/process.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: bin/platform.dart
===================================================================
--- bin/platform.dart (revision 2706)
+++ bin/platform.dart (working copy)
@@ -6,7 +6,7 @@
* The [Platform] class exposes details of the machine and operating
* system.
*/
-interface Platform factory _Platform {
+interface Platform default _Platform {
/**
* Create a Platform object.
*/
« no previous file with comments | « bin/input_stream.dart ('k') | bin/process.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698