| Index: third_party/pkg/angular/perf/dom/compile_perf.dart
|
| diff --git a/third_party/pkg/angular/perf/dom/compile_perf.dart b/third_party/pkg/angular/perf/dom/compile_perf.dart
|
| index 46b7c76aefc67f81fe9bdf233a27fea724aa9ec3..e3efcd78127ed1bea0940ab79fad28374f3fbcc6 100644
|
| --- a/third_party/pkg/angular/perf/dom/compile_perf.dart
|
| +++ b/third_party/pkg/angular/perf/dom/compile_perf.dart
|
| @@ -14,7 +14,7 @@ main() => describe('compiler', () {
|
| time('create 100 blocks',
|
| () => tb.rootScope.$apply(() => tb.rootScope.items = items),
|
| cleanUp: () => tb.rootScope.$apply(() => tb.rootScope.items = empty),
|
| - verify: () => expect(tb.rootElement.queryAll('li').length).toEqual(100));
|
| + verify: () => expect(tb.rootElement.querySelectorAll('li').length).toEqual(100));
|
| }));
|
| });
|
| });
|
|
|