Index: Source/core/dom/Node.idl |
diff --git a/Source/core/dom/Node.idl b/Source/core/dom/Node.idl |
index 54794e65edb8a58d4261b31b73e8da4e0d84d10d..ed2c8aa1bb5a448e2a379c427e96a52023a732d8 100644 |
--- a/Source/core/dom/Node.idl |
+++ b/Source/core/dom/Node.idl |
@@ -85,7 +85,7 @@ |
unsigned short compareDocumentPosition(Node other); |
// Introduced in DOM4 |
- [ImplementedAs=containsIncludingShadowDOM] boolean contains(Node other); |
+ boolean contains(Node other); |
// IE extensions |
[PerWorldBindings] readonly attribute Element parentElement; |