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

Unified Diff: dart/lib/compiler/implementation/scanner/parser_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/parser_task.dart
diff --git a/dart/lib/compiler/implementation/scanner/parser_task.dart b/dart/lib/compiler/implementation/scanner/parser_task.dart
index a88c8b9d76bee54f74424f2ad0ea28ca8cee2d99..01d43ade9c7b252e0e4eac8e879a1735b355f6a9 100644
--- a/dart/lib/compiler/implementation/scanner/parser_task.dart
+++ b/dart/lib/compiler/implementation/scanner/parser_task.dart
@@ -4,7 +4,7 @@
class ParserTask extends CompilerTask {
ParserTask(Compiler compiler) : super(compiler);
- String get name() => 'Parser';
+ String get name => 'Parser';
Node parse(Element element) {
return measure(() => element.parseNode(compiler));
« no previous file with comments | « dart/lib/compiler/implementation/scanner/keyword.dart ('k') | dart/lib/compiler/implementation/scanner/scanner_task.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698