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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 10985089: Fix the type on a wrapped window (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
Index: lib/html/dart2js/html_dart2js.dart
diff --git a/lib/html/dart2js/html_dart2js.dart b/lib/html/dart2js/html_dart2js.dart
index dcc8123d38211f738e7a2dad74b09bc63f1e5ce0..4b3a01716ad486b109cc158bf492412794b170a4 100644
--- a/lib/html/dart2js/html_dart2js.dart
+++ b/lib/html/dart2js/html_dart2js.dart
@@ -41429,7 +41429,7 @@ bool _isImmutableJavaScriptArray(value) =>
// TODO(vsm): Unify with Dartium version.
class _DOMWindowCrossFrameImpl implements Window {
// Private window.
- _WindowImpl _window;
+ var _window;
// Fields.
// TODO(vsm): Implement history and location getters.
« no previous file with comments | « no previous file | lib/html/src/dart2js_DOMImplementation.dart » ('j') | lib/html/src/dart2js_DOMImplementation.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698