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

Unified Diff: lib/html/src/dart2js_LocationWrapper.dart

Issue 11047021: New cross frame base types (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Regen dart:html Created 8 years, 2 months 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
« no previous file with comments | « lib/html/src/dart2js_DOMImplementation.dart ('k') | lib/html/src/native_DOMImplementation.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/html/src/dart2js_LocationWrapper.dart
diff --git a/lib/html/src/dart2js_LocationWrapper.dart b/lib/html/src/dart2js_LocationWrapper.dart
index 7aa91ebac68f23847da2388d18f43b4864ad0a5f..e6433d65eeb1a6ddac723bbf0f68dc6645079a46 100644
--- a/lib/html/src/dart2js_LocationWrapper.dart
+++ b/lib/html/src/dart2js_LocationWrapper.dart
@@ -7,7 +7,7 @@
// It can't be monkey-patched and seems immune to putting methods on
// Object.prototype. We are forced to wrap the object.
-class _LocationWrapper implements Location {
+class _LocationWrapper implements LocalLocation {
final _ptr; // Opaque reference to real location.
« no previous file with comments | « lib/html/src/dart2js_DOMImplementation.dart ('k') | lib/html/src/native_DOMImplementation.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698