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

Unified Diff: lib/html/dart2js/html_dart2js.dart

Issue 11086029: Better return types for window.location and window.history (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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:
Download patch
« no previous file with comments | « no previous file | lib/html/dartium/html_dartium.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/html/dart2js/html_dart2js.dart
diff --git a/lib/html/dart2js/html_dart2js.dart b/lib/html/dart2js/html_dart2js.dart
index 67cd8d1fa21ec29ddefc65b6647595bd4cb22330..49a116c13261f418dc7e7eadedcc96469d8f3e6e 100644
--- a/lib/html/dart2js/html_dart2js.dart
+++ b/lib/html/dart2js/html_dart2js.dart
@@ -18061,7 +18061,7 @@ abstract class LocalWindow implements EventTarget, Window {
abstract Event get event;
/** @domName Window.history */
- abstract History get history;
+ abstract LocalHistory get history;
/** @domName DOMWindow.indexedDB */
abstract IDBFactory get indexedDB;
@@ -18076,7 +18076,7 @@ abstract class LocalWindow implements EventTarget, Window {
abstract Storage get localStorage;
/** @domName Window.location */
- Location location;
+ LocalLocation location;
/** @domName Window.locationbar */
abstract BarInfo get locationbar;
« no previous file with comments | « no previous file | lib/html/dartium/html_dartium.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698