| Index: dart/lib/compiler/implementation/js/precedence.dart
|
| diff --git a/dart/lib/compiler/implementation/js/precedence.dart b/dart/lib/compiler/implementation/js/precedence.dart
|
| index 6d66f1fca5a74c22b24aad9058cede3588202aed..0a548f12ad64d5ca2358920707a527a50aea3569 100644
|
| --- a/dart/lib/compiler/implementation/js/precedence.dart
|
| +++ b/dart/lib/compiler/implementation/js/precedence.dart
|
| @@ -2,7 +2,7 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| -library precedence;
|
| +#library("precedence");
|
|
|
| const EXPRESSION = 0;
|
| const ASSIGNMENT = EXPRESSION + 1;
|
|
|