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

Unified Diff: client/dom/generated/src/interface/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/interface/CSSRule.dart ('k') | client/dom/generated/src/interface/DOMURL.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/dom/generated/src/interface/Console.dart
diff --git a/client/dom/generated/src/interface/Console.dart b/client/dom/generated/src/interface/Console.dart
index e05894343a5a422723a8224a8fd70f0bdc300c47..c0dfb57f108c9f7e3d588fd076603653e323911c 100644
--- a/client/dom/generated/src/interface/Console.dart
+++ b/client/dom/generated/src/interface/Console.dart
@@ -10,7 +10,7 @@ interface Console {
final List profiles;
- void assertCondition(bool condition);
+ void assertCondition(bool condition, Object arg);
void count();
@@ -22,9 +22,9 @@ interface Console {
void error(Object arg);
- void group();
+ void group(Object arg);
- void groupCollapsed();
+ void groupCollapsed(Object arg);
void groupEnd();
@@ -40,9 +40,9 @@ interface Console {
void time(String title);
- void timeEnd(String title);
+ void timeEnd(String title, Object arg);
- void timeStamp();
+ void timeStamp(Object arg);
void trace(Object arg);
« no previous file with comments | « client/dom/generated/src/interface/CSSRule.dart ('k') | client/dom/generated/src/interface/DOMURL.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698