| Index: Source/core/dom/Document.idl
|
| diff --git a/Source/core/dom/Document.idl b/Source/core/dom/Document.idl
|
| index 010eb4440bc3bba1f160d264d066705d599ea9dc..8f0581c0bebeddec035acc082f8ca30e52658f7e 100644
|
| --- a/Source/core/dom/Document.idl
|
| +++ b/Source/core/dom/Document.idl
|
| @@ -86,7 +86,7 @@ callback CustomElementConstructor = Element ();
|
|
|
| // DOM Level 2 Abstract Views (DocumentView interface)
|
|
|
| - readonly attribute Window defaultView;
|
| + [ImplementedAs=domWindow] readonly attribute Window defaultView;
|
|
|
| // DOM Level 2 Style (DocumentStyle interface)
|
|
|
|
|