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

Unified Diff: lib/core/type.dart

Issue 10977033: Cleanup the core/object.dart file. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 3 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
« lib/core/object.dart ('K') | « lib/core/object.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/core/type.dart
diff --git a/lib/html/doc/nodoc-src/_DOMURLFactoryProvider.dart b/lib/core/type.dart
similarity index 76%
copy from lib/html/doc/nodoc-src/_DOMURLFactoryProvider.dart
copy to lib/core/type.dart
index c677306b13c4c5d8401604d28d231e87841d5726..dee79b6678e816d0e9418c24136bec59a269f9d3 100644
--- a/lib/html/doc/nodoc-src/_DOMURLFactoryProvider.dart
+++ b/lib/core/type.dart
@@ -2,6 +2,7 @@
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
-class _DOMURLFactoryProvider {
ngeoffray 2012/09/26 10:37:21 Funky :-)
- factory DOMURL() => null;
-}
+/**
+ * Runtime representation of a type.
+ */
+abstract class Type {}
« lib/core/object.dart ('K') | « lib/core/object.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698