| Index: Source/core/dom/Node.idl
|
| diff --git a/Source/core/dom/Node.idl b/Source/core/dom/Node.idl
|
| index b14d4f74e3c9a304be2258d8afff60c22bb49c46..64f5b1e1d87e38eb132495a063431ce283b08e26 100644
|
| --- a/Source/core/dom/Node.idl
|
| +++ b/Source/core/dom/Node.idl
|
| @@ -91,7 +91,7 @@
|
| unsigned short compareDocumentPosition([Default=Undefined] optional Node other);
|
|
|
| // Introduced in DOM4
|
| - boolean contains([Default=Undefined] optional Node other);
|
| + [ImplementedAs=bindingsContains] boolean contains([Default=Undefined] optional Node other);
|
|
|
| // IE extensions
|
| [PerWorldBindings] readonly attribute Element parentElement;
|
|
|