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

Unified Diff: lib/html/src/native_DOMImplementation.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
Index: lib/html/src/native_DOMImplementation.dart
diff --git a/lib/html/src/native_DOMImplementation.dart b/lib/html/src/native_DOMImplementation.dart
index ee11b9b3a7d1dcef35e107aa042de501df78e1a7..aab4e4405a1dce570d199f1674437988bd1cbc64 100644
--- a/lib/html/src/native_DOMImplementation.dart
+++ b/lib/html/src/native_DOMImplementation.dart
@@ -53,9 +53,9 @@ class _DOMWindowCrossFrameImpl extends NativeFieldWrapperClass1 implements Windo
Location get location() native "DOMWindow_location_cross_frame_Getter";
bool get closed() native "DOMWindow_closed_Getter";
int get length() native "DOMWindow_length_Getter";
- DOMWindow get opener() native "DOMWindow_opener_Getter";
- DOMWindow get parent() native "DOMWindow_parent_Getter";
- DOMWindow get top() native "DOMWindow_top_Getter";
+ Window get opener() native "DOMWindow_opener_Getter";
+ Window get parent() native "DOMWindow_parent_Getter";
+ Window get top() native "DOMWindow_top_Getter";
// Methods.
void focus() native "DOMWindow_focus_Callback";
« no previous file with comments | « lib/html/src/dart2js_LocationWrapper.dart ('k') | lib/html/templates/html/dart2js/html_dart2js.darttemplate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698