| Index: client/dom/generated/src/wrapping/_ScriptProfileNodeWrappingImplementation.dart
|
| diff --git a/client/dom/generated/src/wrapping/_ScriptProfileNodeWrappingImplementation.dart b/client/dom/generated/src/wrapping/_ScriptProfileNodeWrappingImplementation.dart
|
| index 7c97e8f6643e575e4a843a965e424607b9c6ba17..b96f4eb725e7ab74bf8763adbac6dfc73d8d2daf 100644
|
| --- a/client/dom/generated/src/wrapping/_ScriptProfileNodeWrappingImplementation.dart
|
| +++ b/client/dom/generated/src/wrapping/_ScriptProfileNodeWrappingImplementation.dart
|
| @@ -14,6 +14,9 @@ class _ScriptProfileNodeWrappingImplementation extends DOMWrapperBase implements
|
| int get callUID() { return _get__ScriptProfileNode_callUID(this); }
|
| static int _get__ScriptProfileNode_callUID(var _this) native;
|
|
|
| + List get children() { return _get__ScriptProfileNode_children(this); }
|
| + static List _get__ScriptProfileNode_children(var _this) native;
|
| +
|
| String get functionName() { return _get__ScriptProfileNode_functionName(this); }
|
| static String _get__ScriptProfileNode_functionName(var _this) native;
|
|
|
|
|