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

Unified Diff: lib/compiler/implementation/lib/core_patch.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
Index: lib/compiler/implementation/lib/core_patch.dart
diff --git a/lib/compiler/implementation/lib/core_patch.dart b/lib/compiler/implementation/lib/core_patch.dart
index e0e8d97e79d5fae1a7575f1b49ac1ae4a3a746d8..55a9019eb506811fa5cba9ebe19aa1491e7133a8 100644
--- a/lib/compiler/implementation/lib/core_patch.dart
+++ b/lib/compiler/implementation/lib/core_patch.dart
@@ -23,7 +23,7 @@ patch class Object {
throw new NoSuchMethodError(this, name, args);
}
- patch Type runtimeType() {
+ patch Type get runtimeType {
String key = getRuntimeTypeString(this);
return getOrCreateCachedRuntimeType(key);
}

Powered by Google App Engine
This is Rietveld 408576698