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

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

Issue 11642035: Renaming Window to WindowBase and LocalWindow to Window. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 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: sdk/lib/html/src/dart2js_LocationWrapper.dart
diff --git a/sdk/lib/html/src/dart2js_LocationWrapper.dart b/sdk/lib/html/src/dart2js_LocationWrapper.dart
index d0c95399dc11801a7b04f87af31d7debf75b34e7..f430534da8cbc8bd45a81ca6f960f229b0718c9f 100644
--- a/sdk/lib/html/src/dart2js_LocationWrapper.dart
+++ b/sdk/lib/html/src/dart2js_LocationWrapper.dart
@@ -8,7 +8,7 @@ part of html;
// 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 LocalLocation {
+class _LocationWrapper implements Location {
final _ptr; // Opaque reference to real location.

Powered by Google App Engine
This is Rietveld 408576698