| Index: Source/core/dom/Element.idl
|
| diff --git a/Source/core/dom/Element.idl b/Source/core/dom/Element.idl
|
| index cbfd8ae29dc1d2dca9960bd81e54c6b65db74f36..807ed3bf7ccbdb03fbea91e68cc5adf405572533 100644
|
| --- a/Source/core/dom/Element.idl
|
| +++ b/Source/core/dom/Element.idl
|
| @@ -62,8 +62,6 @@
|
| [TreatReturnedNullStringAs=Null, TreatNullAs=NullString, PerWorldBindings, RaisesException=Setter] attribute DOMString prefix;
|
| [TreatReturnedNullStringAs=Null, PerWorldBindings] readonly attribute DOMString localName;
|
|
|
| - [RaisesException] boolean matches(DOMString selectors);
|
| -
|
| // Common extensions
|
|
|
| [PerWorldBindings] readonly attribute long offsetLeft;
|
| @@ -105,7 +103,7 @@
|
| [RaisesException] NodeList querySelectorAll(DOMString selectors);
|
|
|
| // WebKit extension
|
| - [RaisesException, ImplementedAs=matches, MeasureAs=ElementPrefixedMatchesSelector] boolean webkitMatchesSelector(DOMString selectors);
|
| + [RaisesException, MeasureAs=ElementPrefixedMatchesSelector] boolean webkitMatchesSelector([Default=Undefined] optional DOMString selectors);
|
|
|
| // Shadow DOM API
|
| [RuntimeEnabled=ShadowDOM, Reflect, TreatNullAs=NullString, PerWorldBindings] attribute DOMString pseudo;
|
|
|