Index: Source/core/html/HTMLDocument.idl |
diff --git a/Source/core/html/HTMLDocument.idl b/Source/core/html/HTMLDocument.idl |
index e166240d089267d56a6893a4d0de4a2074585a13..f76774fb226815cf112df6c2a84c43d2ee14a05e 100644 |
--- a/Source/core/html/HTMLDocument.idl |
+++ b/Source/core/html/HTMLDocument.idl |
@@ -25,8 +25,8 @@ interface HTMLDocument : Document { |
// We support multiple DOMString arguments to match FF / IE, e.g.: |
// document.write("a", "b", "c") --> document.write("abc") |
// document.write() --> document.write("") |
- [CallWith=ActiveWindow, CustomElementCallbacks, RaisesException] void write(DOMString... text); |
- [CallWith=ActiveWindow, CustomElementCallbacks, RaisesException] void writeln(DOMString... text); |
+ [CallWith=ActiveWindow,LogActivity, CustomElementCallbacks, RaisesException] void write(DOMString... text); |
+ [CallWith=ActiveWindow, LogActivity, CustomElementCallbacks, RaisesException] void writeln(DOMString... text); |
// Extensions |