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

Unified Diff: lib/compiler/implementation/scanner/token.dart

Issue 10697003: Various token issues fixed in the compiler (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Unit tests updated, co19 status updated. Created 8 years, 6 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/scanner/token.dart
diff --git a/lib/compiler/implementation/scanner/token.dart b/lib/compiler/implementation/scanner/token.dart
index 8358bdabf70a765f81886757270dc1d396d2fb18..dab6d60ba3a3b93d414cc177e34e544eb6d1af80 100644
--- a/lib/compiler/implementation/scanner/token.dart
+++ b/lib/compiler/implementation/scanner/token.dart
@@ -139,7 +139,7 @@ class Token {
/**
* The number of characters parsed by this token.
*/
- int get slowCharLength() => slowToString().length;
+ int get slowCharCount() => slowToString().length;
}
/**

Powered by Google App Engine
This is Rietveld 408576698