Chromium Code Reviews| Index: lib/dom/idl/dart/dart.idl |
| diff --git a/lib/dom/idl/dart/dart.idl b/lib/dom/idl/dart/dart.idl |
| index 089643559e0f3bc16c480006d0fffbdfca8aa144..ce26425ba3f1f3011540622fcc5b41e2c672519a 100644 |
| --- a/lib/dom/idl/dart/dart.idl |
| +++ b/lib/dom/idl/dart/dart.idl |
| @@ -34,15 +34,6 @@ module core { |
| }; |
| module dom { |
| - // Force NodeSelector. WebKit defines these operations directly. |
|
Anton Muhin
2012/05/31 18:20:44
why remove it from here?
podivilov
2012/06/04 09:34:36
Reverted.
|
| - interface NodeSelector { |
| - Element querySelector(in DOMString selectors); |
| - NodeList querySelectorAll(in DOMString selectors); |
| - }; |
| - Document implements NodeSelector; |
| - DocumentFragment implements NodeSelector; |
| - Element implements NodeSelector; |
|
Anton Muhin
2012/05/31 18:20:44
I can see that Element explicitly says it inherits
podivilov
2012/06/04 09:34:36
Document and DocumentFragment interfaces extend No
|
| - |
| // Force ElementTraversal. WebKit defines these directly. |
| interface ElementTraversal { |
| getter attribute unsigned long childElementCount; |