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

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

Issue 10917285: Stub implementation of patch invariants for the patch refactoring. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Updated cf. 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/compiler/implementation/tree/nodes.dart
diff --git a/lib/compiler/implementation/tree/nodes.dart b/lib/compiler/implementation/tree/nodes.dart
index 245025178c7cfef3577817f5880c7ca5c860a2c6..6084ef270d8b72452d838c48c9c2b758da0a217b 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 {
+class Node implements Hashable, Spanable {
final int _hashCode;
static int _HASH_COUNTER = 0;

Powered by Google App Engine
This is Rietveld 408576698