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

Unified Diff: dart/lib/compiler/implementation/scanner/scanner_task.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/scanner_task.dart
diff --git a/dart/lib/compiler/implementation/scanner/scanner_task.dart b/dart/lib/compiler/implementation/scanner/scanner_task.dart
index 182fead08241514bd337828cedf26eb0c202feab..8b583273f55adb12b49d9dacd1c8b679fc06f6bd 100644
--- a/dart/lib/compiler/implementation/scanner/scanner_task.dart
+++ b/dart/lib/compiler/implementation/scanner/scanner_task.dart
@@ -4,7 +4,7 @@
class ScannerTask extends CompilerTask {
ScannerTask(Compiler compiler) : super(compiler);
- String get name() => 'Scanner';
+ String get name => 'Scanner';
void scanLibrary(LibraryElement library) {
var compilationUnit = library.entryCompilationUnit;

Powered by Google App Engine
This is Rietveld 408576698