| Index: Source/core/html/HTMLDocument.idl
|
| diff --git a/Source/core/html/HTMLDocument.idl b/Source/core/html/HTMLDocument.idl
|
| index 06ff894f673f9de59336c3980cf8c4dbabe36b4d..ec691531bcde6c2a3b54b788f74ef5605ea54bd3 100644
|
| --- a/Source/core/html/HTMLDocument.idl
|
| +++ b/Source/core/html/HTMLDocument.idl
|
| @@ -25,8 +25,8 @@
|
| ] interface HTMLDocument : Document {
|
| [Custom] void open();
|
| void close();
|
| - [Custom] void write([Default=Undefined] optional DOMString text);
|
| - [Custom] void writeln([Default=Undefined] optional DOMString text);
|
| + [Custom, PerWorldBindings, ActivityLog=AccessForIsolatedWorlds] void write([Default=Undefined] optional DOMString text);
|
| + [Custom, PerWorldBindings, ActivityLog=AccessForIsolatedWorlds] void writeln([Default=Undefined] optional DOMString text);
|
|
|
| readonly attribute HTMLCollection embeds;
|
| readonly attribute HTMLCollection plugins;
|
|
|