Chromium Code Reviews| Index: runtime/lib/typed_data.dart |
| diff --git a/runtime/lib/typed_data.dart b/runtime/lib/typed_data.dart |
| index 8e5bcaa211b633fd6173301aea292ab875fd8226..8cf462f68d3edb239f33ac667590090dd1b60a0f 100644 |
| --- a/runtime/lib/typed_data.dart |
| +++ b/runtime/lib/typed_data.dart |
| @@ -358,6 +358,7 @@ abstract class _TypedListBase { |
| return this.length == 0; |
| } |
| + bool get isNotEmpty => !isEmpty; |
| // Method(s) implementing the List interface. |