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

Unified Diff: client/html/generated/src/wrapping/_XMLHttpRequestExceptionWrappingImplementation.dart

Issue 8835006: New version of dart:html (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fix typos Created 9 years 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/html/generated/src/wrapping/_XMLHttpRequestExceptionWrappingImplementation.dart
diff --git a/client/html/generated/src/wrapping/_XMLHttpRequestExceptionWrappingImplementation.dart b/client/html/generated/src/wrapping/_XMLHttpRequestExceptionWrappingImplementation.dart
index 616adb304737f077f7bd32587994d1d491726f64..0a3db6fcdd886e5f95cd5442ccb7afe12822a4d7 100644
--- a/client/html/generated/src/wrapping/_XMLHttpRequestExceptionWrappingImplementation.dart
+++ b/client/html/generated/src/wrapping/_XMLHttpRequestExceptionWrappingImplementation.dart
@@ -12,4 +12,8 @@ class XMLHttpRequestExceptionWrappingImplementation extends DOMWrapperBase imple
String get message() { return _ptr.message; }
String get name() { return _ptr.name; }
+
+ String toString() {
+ return _ptr.toString();
+ }
}
« no previous file with comments | « client/html/generated/src/wrapping/_WebKitMutationObserverWrappingImplementation.dart ('k') | client/html/html.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698