| 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 5f2b1236b3b5ee00f2cb5d136ec8af4d5cb2f0cc..d13448734d077b0231cb006903170c247f923b7f 100644
|
| --- a/client/dom/generated/src/frog/Console.dart
|
| +++ b/client/dom/generated/src/frog/Console.dart
|
| @@ -5,7 +5,7 @@ class Console native "=(typeof console == 'undefined' ? {} : console)" {
|
|
|
| List profiles;
|
|
|
| - void assert(bool condition) native;
|
| + void assert_(bool condition) native;
|
|
|
| void count() native;
|
|
|
|
|