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

Unified Diff: client/dom/generated/src/wrapping/_LocationWrappingImplementation.dart

Issue 8588010: Regenerate from IDL with LANGUAGE_JAVASCRIPT on (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Map Array to List Created 9 years, 1 month 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/dom/generated/src/wrapping/_LocationWrappingImplementation.dart
diff --git a/client/dom/generated/src/wrapping/_LocationWrappingImplementation.dart b/client/dom/generated/src/wrapping/_LocationWrappingImplementation.dart
index 3b5abde37ca8ec992e988bf366d0d58c0f6bd5bb..c86ee3ad3903c83f622575bbd78d77386cc67d12 100644
--- a/client/dom/generated/src/wrapping/_LocationWrappingImplementation.dart
+++ b/client/dom/generated/src/wrapping/_LocationWrappingImplementation.dart
@@ -85,5 +85,10 @@ class _LocationWrappingImplementation extends DOMWrapperBase implements Location
}
static void _replace(receiver, url) native;
+ String toString() {
+ return _toString(this);
+ }
+ static String _toString(receiver) native;
+
String get typeName() { return "Location"; }
}

Powered by Google App Engine
This is Rietveld 408576698