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

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

Issue 9316023: Make XMLHttpRequest.response available. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: spelling Created 8 years, 11 months 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 6af08f3ddc4fd0da2230857e66442637422de19b..b1925fca6c76278382637386cd1960766d3227ba 100644
--- a/client/dom/generated/src/wrapping/_JavaScriptCallFrameWrappingImplementation.dart
+++ b/client/dom/generated/src/wrapping/_JavaScriptCallFrameWrappingImplementation.dart
@@ -29,6 +29,9 @@ class _JavaScriptCallFrameWrappingImplementation extends DOMWrapperBase implemen
int get sourceID() { return _get_sourceID(this); }
static int _get_sourceID(var _this) native;
+ Object get thisObject() { return _get_thisObject(this); }
+ static Object _get_thisObject(var _this) native;
+
String get type() { return _get_type(this); }
static String _get_type(var _this) native;

Powered by Google App Engine
This is Rietveld 408576698