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

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

Issue 11065039: Remove window.length and window.frames (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:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « lib/html/scripts/htmlrenamer.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/html/src/CrossFrameTypes.dart
diff --git a/lib/html/src/CrossFrameTypes.dart b/lib/html/src/CrossFrameTypes.dart
index e220cabcdb64fee92f0606e22bed19328817c908..565c7a7a3aea760ebec7572f2856f723159a8ea8 100644
--- a/lib/html/src/CrossFrameTypes.dart
+++ b/lib/html/src/CrossFrameTypes.dart
@@ -12,8 +12,6 @@ abstract class Window {
Window get parent;
Window get top;
- // TODO(vsm): Add frames to navigate subframes. See 2312.
-
// Methods.
void focus();
void blur();
« no previous file with comments | « lib/html/scripts/htmlrenamer.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698