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

Unified Diff: runtime/lib/expando_patch.dart

Issue 10911201: Reapply changes to Expando patching. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Move code around a bit. 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
Index: runtime/lib/expando_patch.dart
diff --git a/runtime/lib/expando_patch.dart b/runtime/lib/expando_patch.dart
index 964c1bf4fe7ecfbe14f226745c055c986f3b0e0f..e3763370a224531962b5d295c2d7f39ff3faf095 100644
--- a/runtime/lib/expando_patch.dart
+++ b/runtime/lib/expando_patch.dart
@@ -2,7 +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.
-patch class ExpandoImplementation<T> {
+patch class Expando<T> {
/* patch */ T operator[](Object object) {
_checkType(object);
var weakProperty = _find(this);

Powered by Google App Engine
This is Rietveld 408576698