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

Unified Diff: lib/src/js/nodes.dart

Issue 1200233004: fixes #168, dart:js implementation with a test (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: fix error (window not defined) Created 5 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
« no previous file with comments | « lib/src/dependency_graph.dart ('k') | test/browser/dom.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/src/js/nodes.dart
diff --git a/lib/src/js/nodes.dart b/lib/src/js/nodes.dart
index cb3f0b0240696a3228626358585b30206094529b..8ab4acab3ced59f413157fc674d5e7ebe71d4b57 100644
--- a/lib/src/js/nodes.dart
+++ b/lib/src/js/nodes.dart
@@ -926,7 +926,7 @@ class RestParameter extends Expression implements Parameter {
void visitChildren(NodeVisitor visitor) {
parameter.accept(visitor);
}
- int get precedenceLevel => SPREAD;
+ int get precedenceLevel => PRIMARY;
}
class This extends Expression {
« no previous file with comments | « lib/src/dependency_graph.dart ('k') | test/browser/dom.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698