| Index: lib/dom/templates/html/dartium/impl_Window.darttemplate
|
| diff --git a/lib/dom/templates/html/dartium/impl_Window.darttemplate b/lib/dom/templates/html/dartium/impl_Window.darttemplate
|
| index 7896340d1a0e01c092caeac1e26619afd0707a74..267d49604c76da9dcc50b03ab8973b19e2a0daa1 100644
|
| --- a/lib/dom/templates/html/dartium/impl_Window.darttemplate
|
| +++ b/lib/dom/templates/html/dartium/impl_Window.darttemplate
|
| @@ -4,7 +4,7 @@
|
|
|
| class $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC {
|
|
|
| - _DocumentImpl get document() => _wrap(_ptr.document.documentElement);
|
| + _DocumentImpl get document() => _wrap(_ptr.document);
|
|
|
| void requestLayoutFrame(TimeoutHandler callback) {
|
| _addMeasurementFrameCallback(callback);
|
|
|