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