Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(482)

Unified Diff: lib/dom/idl/dart/dart.idl

Issue 10536006: Fix NodeSelector interface. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Remove NodeSelector from dart.idl. Created 8 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « lib/dom/frog/dom_frog.dart ('k') | lib/dom/templates/html/interface/interface_Element.darttemplate » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « lib/dom/frog/dom_frog.dart ('k') | lib/dom/templates/html/interface/interface_Element.darttemplate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698