| Index: third_party/WebKit/Source/core/dom/Document.idl
|
| diff --git a/third_party/WebKit/Source/core/dom/Document.idl b/third_party/WebKit/Source/core/dom/Document.idl
|
| index 3ff51dc3d462ed8655b5b2f6bcc5a71ff519bd17..7696442efc76b1d2ef411e60d6b2ac05f2f20827 100644
|
| --- a/third_party/WebKit/Source/core/dom/Document.idl
|
| +++ b/third_party/WebKit/Source/core/dom/Document.idl
|
| @@ -113,8 +113,8 @@ interface Document : Node {
|
| // FIXME: There are two open() methods in the spec.
|
| [Custom, CustomElementCallbacks, RaisesException] void open();
|
| [RaisesException] void close();
|
| - [CallWith=ActiveWindow, CustomElementCallbacks, RaisesException] void write(DOMString... text);
|
| - [CallWith=ActiveWindow, CustomElementCallbacks, RaisesException] void writeln(DOMString... text);
|
| + [CallWith=FirstWindow, CustomElementCallbacks, RaisesException] void write(DOMString... text);
|
| + [CallWith=FirstWindow, CustomElementCallbacks, RaisesException] void writeln(DOMString... text);
|
|
|
| // user interaction
|
| [ImplementedAs=domWindow] readonly attribute Window? defaultView;
|
|
|