Chromium Code Reviews| Index: Source/core/dom/Element.idl |
| diff --git a/Source/core/dom/Element.idl b/Source/core/dom/Element.idl |
| index a832e9fc9a2e4f48a841b58346db75e6f6ec69d8..6f405f3e420c93922c8dc46fab32ded74b769d9f 100644 |
| --- a/Source/core/dom/Element.idl |
| +++ b/Source/core/dom/Element.idl |
| @@ -56,7 +56,6 @@ |
| readonly attribute DOMString? localName; |
| [RaisesException] boolean matches(DOMString selectors); |
| - [RaisesException] Element closest(DOMString selectors); |
| // Common extensions |