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