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

Unified Diff: client/dom/generated/src/frog/JavaScriptCallFrame.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
« no previous file with comments | « client/dom/frog/dom_frog.dart ('k') | client/dom/generated/src/frog/XMLHttpRequest.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/dom/generated/src/frog/JavaScriptCallFrame.dart
diff --git a/client/dom/generated/src/frog/JavaScriptCallFrame.dart b/client/dom/generated/src/frog/JavaScriptCallFrame.dart
index ee826b37c910bc67503a1b0fdceefe1e3ae3a7ce..f6a4ecaa606fcb267373cdf45891671178d34d25 100644
--- a/client/dom/generated/src/frog/JavaScriptCallFrame.dart
+++ b/client/dom/generated/src/frog/JavaScriptCallFrame.dart
@@ -23,6 +23,8 @@ class JavaScriptCallFrameJs extends DOMTypeJs implements JavaScriptCallFrame nat
int get sourceID() native "return this.sourceID;";
+ Object get thisObject() native "return this.thisObject;";
+
String get type() native "return this.type;";
void evaluate(String script) native;
« no previous file with comments | « client/dom/frog/dom_frog.dart ('k') | client/dom/generated/src/frog/XMLHttpRequest.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698