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

Unified Diff: client/html/generated/src/wrapping/_FileExceptionWrappingImplementation.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/_FileExceptionWrappingImplementation.dart
diff --git a/client/html/generated/src/wrapping/_FileExceptionWrappingImplementation.dart b/client/html/generated/src/wrapping/_FileExceptionWrappingImplementation.dart
index c5149054ad3e11c1db82b24c414fc2da7995f1e3..40270115a7073d204fd0e8009eb070324d188310 100644
--- a/client/html/generated/src/wrapping/_FileExceptionWrappingImplementation.dart
+++ b/client/html/generated/src/wrapping/_FileExceptionWrappingImplementation.dart
@@ -12,4 +12,8 @@ class FileExceptionWrappingImplementation extends DOMWrapperBase implements File
String get message() { return _ptr.message; }
String get name() { return _ptr.name; }
+
+ String toString() {
+ return _ptr.toString();
+ }
}

Powered by Google App Engine
This is Rietveld 408576698