| Index: client/dom/generated/src/frog/ScriptProfile.dart
|
| diff --git a/client/dom/generated/src/frog/ScriptProfile.dart b/client/dom/generated/src/frog/ScriptProfile.dart
|
| index f4e7ccec8009b8abe0b6c9bd37f36c9feee8ac32..447c502b4d1ad2671c23d6a499da6f2f97a18219 100644
|
| --- a/client/dom/generated/src/frog/ScriptProfile.dart
|
| +++ b/client/dom/generated/src/frog/ScriptProfile.dart
|
| @@ -1,7 +1,7 @@
|
|
|
| -class ScriptProfile native "*ScriptProfile" {
|
| +class ScriptProfileJS implements ScriptProfile native "*ScriptProfile" {
|
|
|
| - ScriptProfileNode get head() native "return this.head;";
|
| + ScriptProfileNodeJS get head() native "return this.head;";
|
|
|
| String get title() native "return this.title;";
|
|
|
|
|