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

Unified Diff: third_party/pkg/angular/perf/parser_perf.dart

Issue 176943008: Update the Angular/DI tests to latest from github. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 10 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
Index: third_party/pkg/angular/perf/parser_perf.dart
diff --git a/third_party/pkg/angular/perf/parser_perf.dart b/third_party/pkg/angular/perf/parser_perf.dart
index 4350473789c0607cf1d052b91f931cfee16e2123..0a83f3f0eb259e595b1c08855a68ab4efee80d38 100644
--- a/third_party/pkg/angular/perf/parser_perf.dart
+++ b/third_party/pkg/angular/perf/parser_perf.dart
@@ -28,7 +28,8 @@ main() {
var generatedParser = new DynamicInjector(
modules: [new Module()
..type(Parser, implementedBy: StaticParser)
- ..value(StaticParserFunctions, generated_functions.functions(filterMap))],
+ ..type(ParserBackend, implementedBy: DynamicParserBackend)
+ ..value(StaticParserFunctions, generated_functions.functions())],
allowImplicitInjection:true).get(Parser);
var hybridParser = new DynamicInjector(

Powered by Google App Engine
This is Rietveld 408576698