Chromium Code Reviews| 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 {} |