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

Unified Diff: sdk/lib/core/expando.dart

Issue 1971193002: Patches to support Dart VM patch files in dart2js. (Closed) Base URL: sso://user/ahe/dart-sdk@master
Patch Set: Created 4 years, 6 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
« no previous file with comments | « sdk/lib/core/errors.dart ('k') | sdk/lib/core/null.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/core/expando.dart
diff --git a/sdk/lib/core/expando.dart b/sdk/lib/core/expando.dart
index 2ecd2dcc26a64fb2afa672915bef4e8436285be8..96c2912fa1fcced66315613478bc9ad7ef9afd5e 100644
--- a/sdk/lib/core/expando.dart
+++ b/sdk/lib/core/expando.dart
@@ -36,7 +36,7 @@ class Expando<T> {
* same name yields two [Expando]s that work on different properties
* of the objects they are used on.
*/
- external Expando([String name]);
+ external Expando([this.name]);
/**
* Expando toString method override.
« no previous file with comments | « sdk/lib/core/errors.dart ('k') | sdk/lib/core/null.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698