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

Unified Diff: third_party/pkg/angular/lib/mock/debug.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/lib/introspection.dart ('k') | third_party/pkg/angular/lib/mock/http_backend.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/pkg/angular/lib/mock/debug.dart
diff --git a/third_party/pkg/angular/lib/mock/debug.dart b/third_party/pkg/angular/lib/mock/debug.dart
index 02c63dbb1340d03b2c9db7436e3b53021b06d584..46e20b467d8f15d150ac5db5bba1591889a67f3e 100644
--- a/third_party/pkg/angular/lib/mock/debug.dart
+++ b/third_party/pkg/angular/lib/mock/debug.dart
@@ -29,7 +29,7 @@ dump([p1, p2, p3, p4, p5, p6, p7, p8, p9, p10]) {
if (p8 != null) log.add(STRINGIFY(p8));
if (p9 != null) log.add(STRINGIFY(p9));
if (p10 != null) log.add(STRINGIFY(p10));
- (js.context as dynamic).console.log(log.join(', '));
+ js.context['console'].callMethod('log', log.join(', '));
}
STRINGIFY(obj) {
« no previous file with comments | « third_party/pkg/angular/lib/introspection.dart ('k') | third_party/pkg/angular/lib/mock/http_backend.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698