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

Unified Diff: corelib/unified/core/expando.dart

Issue 10837219: Port the remaining of dart:coreimpl to the unified corelib. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 4 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
Index: corelib/unified/core/expando.dart
diff --git a/corelib/src/expando.dart b/corelib/unified/core/expando.dart
similarity index 95%
copy from corelib/src/expando.dart
copy to corelib/unified/core/expando.dart
index e21c5aaf071ba072d11417527eb83c37c9b4dbdf..d537659146000ba03d5c339cd2f40adb432fb19b 100644
--- a/corelib/src/expando.dart
+++ b/corelib/unified/core/expando.dart
@@ -5,7 +5,7 @@
/**
* An [Expando] allows adding new properties to objects.
*/
-interface Expando<T> default _Expando<T> {
+interface Expando<T> default ExpandoImplementation<T> {
/**
* The name of the this [Expando] as passed to the constructor. If
« no previous file with comments | « no previous file | corelib/unified/core/implementation/date.dart » ('j') | lib/compiler/implementation/lib/patch/coreimpl.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698