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

Unified Diff: client/dom/frog/dom_frog.dart

Issue 9125011: Fix for Issue 1075 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: merge Created 8 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 | « no previous file | client/dom/generated/src/frog/Console.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/dom/frog/dom_frog.dart
diff --git a/client/dom/frog/dom_frog.dart b/client/dom/frog/dom_frog.dart
index ebf677542bb618c48c7dd7943ee5b39b8092697e..f8846ce2a378e31d6fce1da28100c4cfc32f4a0e 100644
--- a/client/dom/frog/dom_frog.dart
+++ b/client/dom/frog/dom_frog.dart
@@ -846,7 +846,7 @@ class Console native "=(typeof console == 'undefined' ? {} : console)" {
List profiles;
- void assert(bool condition) native;
+ void assert_(bool condition) native;
void count() native;
« no previous file with comments | « no previous file | client/dom/generated/src/frog/Console.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698