Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1365)

Unified Diff: client/dom/generated/src/wrapping/_ScriptProfileNodeWrappingImplementation.dart

Issue 8588010: Regenerate from IDL with LANGUAGE_JAVASCRIPT on (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Map Array to List Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698