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

Unified Diff: client/dom/generated/src/frog/Console.dart

Issue 9422008: Regenerate frog dom (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: merge Created 8 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
« no previous file with comments | « client/dom/generated/src/frog/CSSRule.dart ('k') | client/dom/generated/src/frog/DOMURL.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/dom/generated/src/frog/Console.dart
diff --git a/client/dom/generated/src/frog/Console.dart b/client/dom/generated/src/frog/Console.dart
index 2368ae82b9a7604b5612444629edf08e804a1116..ef52b1f734d9ad09206b73386b51cf7db86dfac8 100644
--- a/client/dom/generated/src/frog/Console.dart
+++ b/client/dom/generated/src/frog/Console.dart
@@ -13,7 +13,7 @@ class _ConsoleJs
final List profiles;
- void assertCondition(bool condition) native;
+ void assertCondition(bool condition, Object arg) native;
void count() native;
@@ -25,9 +25,9 @@ class _ConsoleJs
void error(Object arg) native;
- void group() native;
+ void group(Object arg) native;
- void groupCollapsed() native;
+ void groupCollapsed(Object arg) native;
void groupEnd() native;
@@ -43,9 +43,9 @@ class _ConsoleJs
void time(String title) native;
- void timeEnd(String title) native;
+ void timeEnd(String title, Object arg) native;
- void timeStamp() native;
+ void timeStamp(Object arg) native;
void trace(Object arg) native;
« no previous file with comments | « client/dom/generated/src/frog/CSSRule.dart ('k') | client/dom/generated/src/frog/DOMURL.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698