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

Unified Diff: client/html/generated/src/wrapping/_LocationWrappingImplementation.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/_LocationWrappingImplementation.dart
diff --git a/client/html/generated/src/wrapping/_LocationWrappingImplementation.dart b/client/html/generated/src/wrapping/_LocationWrappingImplementation.dart
index 741defd3a73b552c9256ec00faa99c06408ef874..2c821aef04c32b752f466cd5689a64849cb1c1e8 100644
--- a/client/html/generated/src/wrapping/_LocationWrappingImplementation.dart
+++ b/client/html/generated/src/wrapping/_LocationWrappingImplementation.dart
@@ -59,4 +59,8 @@ class LocationWrappingImplementation extends DOMWrapperBase implements Location
_ptr.replace(url);
return;
}
+
+ String toString() {
+ return _ptr.toString();
+ }
}

Powered by Google App Engine
This is Rietveld 408576698