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

Unified Diff: client/dom/frog_dom.dart

Issue 8591026: Roll DOM APIs forward on IDL & update Frog DOM (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Switch frog to pull dart/client/dom/frog/frog_dom.dart. Created 9 years, 1 month 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: client/dom/frog_dom.dart
diff --git a/client/dom/frog_dom.dart b/client/dom/frog_dom.dart
index a128fb28dd061cb09d096224db755fac143f26b4..c7cc17a926f9805943d29a8917d8ca5a8771d372 100644
--- a/client/dom/frog_dom.dart
+++ b/client/dom/frog_dom.dart
@@ -355,4 +355,4 @@
class Window extends DOMWindow {}
Window window;
-HTMLDocument get document() => window.document;
+HTMLDocument document;

Powered by Google App Engine
This is Rietveld 408576698