summaryrefslogtreecommitdiffstats
path: root/WebCore/html/HTMLDocument.idl
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/html/HTMLDocument.idl')
-rw-r--r--WebCore/html/HTMLDocument.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/html/HTMLDocument.idl b/WebCore/html/HTMLDocument.idl
index a79b913..9684373 100644
--- a/WebCore/html/HTMLDocument.idl
+++ b/WebCore/html/HTMLDocument.idl
@@ -23,7 +23,7 @@ module html {
interface [
HasOverridingNameGetter
] HTMLDocument : Document {
- [Custom] void open();
+ [Custom, NoCPPCustom] void open();
void close();
[Custom] void write(in DOMString text);
[Custom] void writeln(in DOMString text);