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

Unified Diff: client/dom/generated/src/wrapping/_JavaScriptCallFrameWrappingImplementation.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/_JavaScriptCallFrameWrappingImplementation.dart
diff --git a/client/dom/generated/src/wrapping/_JavaScriptCallFrameWrappingImplementation.dart b/client/dom/generated/src/wrapping/_JavaScriptCallFrameWrappingImplementation.dart
index 2312b9d7a1da134e2f007b35318a3f32dfbe0346..e2fa087f40b772a750546e8caf4c0639bcdcebb3 100644
--- a/client/dom/generated/src/wrapping/_JavaScriptCallFrameWrappingImplementation.dart
+++ b/client/dom/generated/src/wrapping/_JavaScriptCallFrameWrappingImplementation.dart
@@ -23,6 +23,9 @@ class _JavaScriptCallFrameWrappingImplementation extends DOMWrapperBase implemen
int get line() { return _get__JavaScriptCallFrame_line(this); }
static int _get__JavaScriptCallFrame_line(var _this) native;
+ List get scopeChain() { return _get__JavaScriptCallFrame_scopeChain(this); }
+ static List _get__JavaScriptCallFrame_scopeChain(var _this) native;
+
int get sourceID() { return _get__JavaScriptCallFrame_sourceID(this); }
static int _get__JavaScriptCallFrame_sourceID(var _this) native;

Powered by Google App Engine
This is Rietveld 408576698