Index: Source/WebCore/html/HTMLDocument.idl |
diff --git a/Source/WebCore/html/HTMLDocument.idl b/Source/WebCore/html/HTMLDocument.idl |
index 7fdcf55c9fd653c46e17726c5e5c9cff0fe7aecd..9bffa83cdf0c6589c8a12777d2a766dc3b9d6011 100644 |
--- a/Source/WebCore/html/HTMLDocument.idl |
+++ b/Source/WebCore/html/HTMLDocument.idl |
@@ -25,8 +25,8 @@ |
] interface HTMLDocument : Document { |
[Custom] void open(); |
void close(); |
- [Custom] void write([Optional=DefaultIsUndefined] DOMString text); |
- [Custom] void writeln([Optional=DefaultIsUndefined] DOMString text); |
+ [Custom, PerWorldBindings, ActivityLog=AccessForIsolatedWorlds] void write([Optional=DefaultIsUndefined] DOMString text); |
+ [Custom, PerWorldBindings, ActivityLog=AccessForIsolatedWorlds] void writeln([Optional=DefaultIsUndefined] DOMString text); |
readonly attribute HTMLCollection embeds; |
readonly attribute HTMLCollection plugins; |