| Index: Source/core/html/HTMLDocument.idl
|
| diff --git a/Source/core/html/HTMLDocument.idl b/Source/core/html/HTMLDocument.idl
|
| index 04ba97f3187cee75943a5b7efb1527e29f900b10..20fe3fde397f04f173fb41bb1242a31d7591580c 100644
|
| --- a/Source/core/html/HTMLDocument.idl
|
| +++ b/Source/core/html/HTMLDocument.idl
|
| @@ -28,8 +28,8 @@
|
| // 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,LogActivity, CustomElementCallbacks, RaisesException] void write(DOMString... text);
|
| - [CallWith=ActiveWindow, LogActivity, CustomElementCallbacks, RaisesException] void writeln(DOMString... text);
|
| + [CallWith=ActiveWindow, CustomElementCallbacks, RaisesException] void write(DOMString... text);
|
| + [CallWith=ActiveWindow, CustomElementCallbacks, RaisesException] void writeln(DOMString... text);
|
|
|
| // Extensions
|
|
|
|
|