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

Unified Diff: lib/html/templates/html/impl/impl_Document.darttemplate

Issue 11186045: Revert "Add "contains" method to Collection." (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 2 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/html/templates/html/impl/impl_Document.darttemplate
diff --git a/lib/html/templates/html/impl/impl_Document.darttemplate b/lib/html/templates/html/impl/impl_Document.darttemplate
index 77bd73162d35ad81893e0f42d610432eac7e67ec..29d4cc584bac1fd9a59eb011ac86a40a6153510f 100644
--- a/lib/html/templates/html/impl/impl_Document.darttemplate
+++ b/lib/html/templates/html/impl/impl_Document.darttemplate
@@ -9,7 +9,7 @@ $endif
{
$!MEMBERS
- // TODO(jacobr): implement all Element methods not on Document.
+ // TODO(jacobr): implement all Element methods not on Document.
_ElementImpl query(String selectors) {
// It is fine for our RegExp to detect element id query selectors to have

Powered by Google App Engine
This is Rietveld 408576698