| Index: client/dom/generated/src/wrapping/_ScriptProfileWrappingImplementation.dart
|
| diff --git a/client/dom/generated/src/wrapping/_ScriptProfileWrappingImplementation.dart b/client/dom/generated/src/wrapping/_ScriptProfileWrappingImplementation.dart
|
| index 358f807cf7c23f3680ac74cc02ab26bbbe6c0890..ed6177965bc21494ec5d9cb8068e7517b8f59952 100644
|
| --- a/client/dom/generated/src/wrapping/_ScriptProfileWrappingImplementation.dart
|
| +++ b/client/dom/generated/src/wrapping/_ScriptProfileWrappingImplementation.dart
|
| @@ -11,14 +11,14 @@ class _ScriptProfileWrappingImplementation extends DOMWrapperBase implements Scr
|
| return new _ScriptProfileWrappingImplementation();
|
| }
|
|
|
| - ScriptProfileNode get head() { return _get__ScriptProfile_head(this); }
|
| - static ScriptProfileNode _get__ScriptProfile_head(var _this) native;
|
| + ScriptProfileNode get head() { return _get_head(this); }
|
| + static ScriptProfileNode _get_head(var _this) native;
|
|
|
| - String get title() { return _get__ScriptProfile_title(this); }
|
| - static String _get__ScriptProfile_title(var _this) native;
|
| + String get title() { return _get_title(this); }
|
| + static String _get_title(var _this) native;
|
|
|
| - int get uid() { return _get__ScriptProfile_uid(this); }
|
| - static int _get__ScriptProfile_uid(var _this) native;
|
| + int get uid() { return _get_uid(this); }
|
| + static int _get_uid(var _this) native;
|
|
|
| String get typeName() { return "ScriptProfile"; }
|
| }
|
|
|