| 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.
|
| - interface NodeSelector {
|
| - Element querySelector(in DOMString selectors);
|
| - NodeList querySelectorAll(in DOMString selectors);
|
| - };
|
| - Document implements NodeSelector;
|
| - DocumentFragment implements NodeSelector;
|
| - Element implements NodeSelector;
|
| -
|
| // Force ElementTraversal. WebKit defines these directly.
|
| interface ElementTraversal {
|
| getter attribute unsigned long childElementCount;
|
|
|