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