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

Unified Diff: lib/core/object.dart

Issue 10979050: Ensure that hashCode and runtimeType work on null. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Addressed review comments. 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/core/object.dart
diff --git a/lib/core/object.dart b/lib/core/object.dart
index d3347f848798bd6d9d3881094559215161c93dc3..30de4dfdbc2adebb3b5ddd62adeef6ffd5287566 100644
--- a/lib/core/object.dart
+++ b/lib/core/object.dart
@@ -56,7 +56,6 @@ class Object {
* [noSuchMethodError].
*/
external Dynamic noSuchMethod(String name, List args);
-
/**
* A representation of the runtime type of the object.
*/

Powered by Google App Engine
This is Rietveld 408576698