Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(11)

Unified Diff: third_party/pkg/angular/perf/dom/compile_perf.dart

Issue 148453003: Updating Angular version (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/pkg/angular/package.json ('k') | third_party/pkg/angular/perf/lexer_perf.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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));
}));
});
});
« no previous file with comments | « third_party/pkg/angular/package.json ('k') | third_party/pkg/angular/perf/lexer_perf.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698