aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/script/dom/webidls/Node.webidl
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/script/dom/webidls/Node.webidl')
-rw-r--r--src/components/script/dom/webidls/Node.webidl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/script/dom/webidls/Node.webidl b/src/components/script/dom/webidls/Node.webidl
index 1a9d9d53bb3..ba48fd94e11 100644
--- a/src/components/script/dom/webidls/Node.webidl
+++ b/src/components/script/dom/webidls/Node.webidl
@@ -78,7 +78,7 @@ interface Node : EventTarget {
const unsigned short DOCUMENT_POSITION_CONTAINED_BY = 0x10;
const unsigned short DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC = 0x20; // historical
unsigned short compareDocumentPosition(Node other);
- //boolean contains(Node? other); //XXXjdm we don't deal well with Node? parameters
+ boolean contains(Node? other);
DOMString? lookupPrefix(DOMString? namespace);
DOMString? lookupNamespaceURI(DOMString? prefix);