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

Unified Diff: client/html/generated/src/wrapping/_OperationNotAllowedExceptionWrappingImplementation.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/_OperationNotAllowedExceptionWrappingImplementation.dart
diff --git a/client/html/generated/src/wrapping/_OperationNotAllowedExceptionWrappingImplementation.dart b/client/html/generated/src/wrapping/_OperationNotAllowedExceptionWrappingImplementation.dart
index db1486b5bb99f9fb4a0df971fcdeeb3e84bb328b..9e62a0e3b66bae159827c37e6f2f245fb6484e3b 100644
--- a/client/html/generated/src/wrapping/_OperationNotAllowedExceptionWrappingImplementation.dart
+++ b/client/html/generated/src/wrapping/_OperationNotAllowedExceptionWrappingImplementation.dart
@@ -12,4 +12,8 @@ class OperationNotAllowedExceptionWrappingImplementation extends DOMWrapperBase
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