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

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

Issue 10447091: Cleanup NodeSelectors. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 7 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
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;
« no previous file with comments | « no previous file | lib/dom/scripts/systemhtml.py » ('j') | lib/dom/templates/html/interface/interface_Element.darttemplate » ('J')

Powered by Google App Engine
This is Rietveld 408576698