Index: Source/core/dom/Node.idl |
diff --git a/Source/core/dom/Node.idl b/Source/core/dom/Node.idl |
index a020c855ff0270be6820742dc77e47889db81a47..690190de1ac8829964d04c8bff0cddede4a5c15e 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=containsForBindings] boolean contains(Node other); |
+ [ImplementedAs=containsIncludingShadowDOM] boolean contains(Node other); |
// IE extensions |
[PerWorldBindings] readonly attribute Element parentElement; |