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

Unified Diff: client/html/generated/src/wrapping/_IDBDatabaseExceptionWrappingImplementation.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/_IDBDatabaseExceptionWrappingImplementation.dart
diff --git a/client/html/generated/src/wrapping/_IDBDatabaseExceptionWrappingImplementation.dart b/client/html/generated/src/wrapping/_IDBDatabaseExceptionWrappingImplementation.dart
index c33fbfe2222555453b96f381e62a3c630b2e8675..b3dccaab2e56265e772d3991e4824e902279e611 100644
--- a/client/html/generated/src/wrapping/_IDBDatabaseExceptionWrappingImplementation.dart
+++ b/client/html/generated/src/wrapping/_IDBDatabaseExceptionWrappingImplementation.dart
@@ -12,4 +12,8 @@ class IDBDatabaseExceptionWrappingImplementation extends DOMWrapperBase implemen
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