| Index: dart/lib/compiler/implementation/js/nodes.dart
|
| diff --git a/dart/lib/compiler/implementation/js/nodes.dart b/dart/lib/compiler/implementation/js/nodes.dart
|
| index 9cb63683677915a6229c4111fe04734d8394ac11..02bce5b63e82dc86700128a2df26b41509396350 100644
|
| --- a/dart/lib/compiler/implementation/js/nodes.dart
|
| +++ b/dart/lib/compiler/implementation/js/nodes.dart
|
| @@ -426,7 +426,7 @@ class LiteralStatement extends Statement {
|
| }
|
|
|
| abstract class Expression extends Node {
|
| - abstract int get precedenceLevel();
|
| + abstract int get precedenceLevel;
|
| }
|
|
|
| class LiteralExpression extends Expression {
|
|
|