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

Unified Diff: packages/unittest/lib/html_config.dart

Issue 2989763002: Update charted to 0.4.8 and roll (Closed)
Patch Set: Removed Cutch from list of reviewers Created 3 years, 5 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 | « packages/unittest/CHANGELOG.md ('k') | packages/unittest/lib/src/expected_function.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: packages/unittest/lib/html_config.dart
diff --git a/packages/unittest/lib/html_config.dart b/packages/unittest/lib/html_config.dart
index c472d58d89ff2e1f76844187b2cb326f64cb22cd..dc866a08e1fdc80f482d22070faef42090fdb2ef 100644
--- a/packages/unittest/lib/html_config.dart
+++ b/packages/unittest/lib/html_config.dart
@@ -140,7 +140,7 @@ class HtmlConfiguration extends SimpleConfiguration {
void onInit() {
// For Dart internal tests, we want to turn off stack frame
// filtering, which we do with this meta-header.
- var meta = querySelector('meta[name="dart.unittest"]');
+ MetaElement meta = querySelector('meta[name="dart.unittest"]');
filterStacks =
meta == null ? true : !meta.content.contains('full-stack-traces');
_installHandlers();
« no previous file with comments | « packages/unittest/CHANGELOG.md ('k') | packages/unittest/lib/src/expected_function.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698