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

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

Issue 10876008: Remove most superfluous getter arguments from dart2js. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years, 4 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: dart/lib/compiler/implementation/scanner/string_scanner.dart
diff --git a/dart/lib/compiler/implementation/scanner/string_scanner.dart b/dart/lib/compiler/implementation/scanner/string_scanner.dart
index d45e7ff06b9168b2fa95f9f1a356031a6e68b309..bdd913107d1d9da977d3e74f6b168c41286bb962 100644
--- a/dart/lib/compiler/implementation/scanner/string_scanner.dart
+++ b/dart/lib/compiler/implementation/scanner/string_scanner.dart
@@ -56,7 +56,7 @@ class SubstringWrapper implements SourceString {
String toString() => "SubstringWrapper(${slowToString()})";
- String get stringValue() => null;
+ String get stringValue => null;
Iterator<int> iterator() =>
new StringCodeIterator.substring(internalString, begin, end);
« no previous file with comments | « dart/lib/compiler/implementation/scanner/scanner_task.dart ('k') | dart/lib/compiler/implementation/scanner/token.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698