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

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

Issue 11030048: Minor fixes in dart2js. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 2 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
« no previous file with comments | « lib/compiler/implementation/resolver.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/compiler/implementation/tree/nodes.dart
diff --git a/lib/compiler/implementation/tree/nodes.dart b/lib/compiler/implementation/tree/nodes.dart
index e8086b6cede6bddf1fd98744c93e3061b2361090..a859e169fa422e621b93df06d0f4a2c2b1e8661f 100644
--- a/lib/compiler/implementation/tree/nodes.dart
+++ b/lib/compiler/implementation/tree/nodes.dart
@@ -1124,7 +1124,7 @@ class ParenthesizedExpression extends Expression {
/** Representation of modifiers such as static, abstract, final, etc. */
class Modifiers extends Node {
/**
- * Pseudo-constant for empty modifiers. Use this instead of null.
+ * Pseudo-constant for empty modifiers.
*/
static final Modifiers EMPTY = new Modifiers(new NodeList.empty());
« no previous file with comments | « lib/compiler/implementation/resolver.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698