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

Unified Diff: tools/dom/templates/html/impl/impl_Element.darttemplate

Issue 22721003: Adjust test status for debugging in Dartium. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 4 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 | « tests/html/html.status ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/dom/templates/html/impl/impl_Element.darttemplate
diff --git a/tools/dom/templates/html/impl/impl_Element.darttemplate b/tools/dom/templates/html/impl/impl_Element.darttemplate
index 8fde035acb26fa6e3bc3133ddec5ce0dc9d49498..e708395b059e5f71425f6c61f64e00fa077cba35 100644
--- a/tools/dom/templates/html/impl/impl_Element.darttemplate
+++ b/tools/dom/templates/html/impl/impl_Element.darttemplate
@@ -874,7 +874,6 @@ $if DART2JS
throw new ArgumentError("Invalid position ${where}");
}
}
-$endif
/**
* Checks if this element matches the CSS selectors.
@@ -904,6 +903,8 @@ $endif
} while(includeAncestors && elem != null);
return false;
}
+$else
+$endif
$if DART2JS
@Creates('Null') // Set from Dart code; does not instantiate a native type.
« no previous file with comments | « tests/html/html.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698