| 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);
|
|
|
|
|