| Index: lib/compiler/implementation/lib/js_helper.dart
|
| diff --git a/lib/compiler/implementation/lib/js_helper.dart b/lib/compiler/implementation/lib/js_helper.dart
|
| index d65baa24a9fcdb7627dd4d82fa94df16d97b17dd..e5476d45799af63c012c1651b46f318d88efaabe 100644
|
| --- a/lib/compiler/implementation/lib/js_helper.dart
|
| +++ b/lib/compiler/implementation/lib/js_helper.dart
|
| @@ -629,7 +629,7 @@ class Primitives {
|
|
|
| // Sort the named arguments to get the right selector name and
|
| // arguments order.
|
| - if (namedArguments != null && !namedArguments.isEmpty()) {
|
| + if (namedArguments != null && !namedArguments.isEmpty) {
|
| // Call new List.from to make sure we get a JavaScript array.
|
| List<String> listOfNamedArguments =
|
| new List<String>.from(namedArguments.getKeys());
|
|
|