Index: lib/dom/templates/html/frog/impl_Window.darttemplate |
diff --git a/lib/dom/templates/html/frog/impl_Window.darttemplate b/lib/dom/templates/html/frog/impl_Window.darttemplate |
index 6c06a2ac4793fa97a720cea48a2cf9ac75042f1f..95d5abd910f315f546498bfa97f6afd98f4c5622 100644 |
--- a/lib/dom/templates/html/frog/impl_Window.darttemplate |
+++ b/lib/dom/templates/html/frog/impl_Window.darttemplate |
@@ -4,7 +4,7 @@ |
class $CLASSNAME$EXTENDS$IMPLEMENTS native "@*DOMWindow" { |
- _DocumentImpl get document() native "return this.document.documentElement;"; |
+ _DocumentImpl get document() native "return this.document;"; |
void requestLayoutFrame(TimeoutHandler callback) { |
_addMeasurementFrameCallback(callback); |