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

Unified Diff: lib/compiler/implementation/tree/nodes.dart

Issue 10993059: Stop using the Hashable interface. (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/tree/nodes.dart
diff --git a/lib/compiler/implementation/tree/nodes.dart b/lib/compiler/implementation/tree/nodes.dart
index 398e30a1c96f282b1e81a667524eefba77bc407c..fff93e450b05f3ac76f218898bbfbd2c97a66121 100644
--- a/lib/compiler/implementation/tree/nodes.dart
+++ b/lib/compiler/implementation/tree/nodes.dart
@@ -84,7 +84,7 @@ class NodeAssertionFailure implements Exception {
* token stream. These references are stored in fields ending with
* "Token".
*/
-class Node implements Hashable, Spannable {
+class Node implements Spannable {
final int _hashCode;
static int _HASH_COUNTER = 0;

Powered by Google App Engine
This is Rietveld 408576698