| Index: client/dom/frog/frog_dom.dart
|
| diff --git a/client/dom/frog/frog_dom.dart b/client/dom/frog/frog_dom.dart
|
| index c510f369d0395645489cd3715eba0f31328ba5ed..ec594be1464facbb7a62338323364dc15cf057c7 100644
|
| --- a/client/dom/frog/frog_dom.dart
|
| +++ b/client/dom/frog/frog_dom.dart
|
| @@ -829,7 +829,7 @@ class CompositionEvent extends UIEvent native "*CompositionEvent" {
|
| void initCompositionEvent(String typeArg, bool canBubbleArg, bool cancelableArg, DOMWindow viewArg, String dataArg) native;
|
| }
|
|
|
| -class Console native "*Console" {
|
| +class Console native "=console" {
|
|
|
| MemoryInfo memory;
|
|
|
|
|