summaryrefslogtreecommitdiffstats
path: root/WebCore/dom/Node.idl
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/dom/Node.idl')
-rw-r--r--WebCore/dom/Node.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/WebCore/dom/Node.idl b/WebCore/dom/Node.idl
index 7bc6d1d..2db9c27 100644
--- a/WebCore/dom/Node.idl
+++ b/WebCore/dom/Node.idl
@@ -51,7 +51,7 @@ module core {
readonly attribute [ConvertNullStringTo=Null] DOMString nodeName;
// FIXME: the spec says this can also raise on retrieval.
- attribute [CustomSetter, ConvertNullStringTo=Null, ConvertNullToNullString] DOMString nodeValue
+ attribute [ConvertNullStringTo=Null, ConvertNullToNullString] DOMString nodeValue
setter raises(DOMException);
readonly attribute unsigned short nodeType;
@@ -96,7 +96,7 @@ module core {
readonly attribute [ConvertNullStringTo=Null] DOMString baseURI;
// FIXME: the spec says this can also raise on retrieval.
- attribute [CustomSetter, ConvertNullStringTo=Null, ConvertNullToNullString] DOMString textContent
+ attribute [ConvertNullStringTo=Null, ConvertNullToNullString] DOMString textContent
setter raises(DOMException);
boolean isSameNode(in Node other);