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

Unified Diff: tools/testing/dart/runtime_configuration.dart

Issue 2194413002: Fix build break. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/testing/dart/runtime_configuration.dart
diff --git a/tools/testing/dart/runtime_configuration.dart b/tools/testing/dart/runtime_configuration.dart
index 3014371e8b9bb94baf788d7d66d16c2b3ca86698..8983cc5949d04f30da138b57a4c8853d740dfb85 100644
--- a/tools/testing/dart/runtime_configuration.dart
+++ b/tools/testing/dart/runtime_configuration.dart
@@ -202,7 +202,7 @@ class DrtRuntimeConfiguration extends DartVmRuntimeConfiguration {
// multiplier is relevant for JavaScript.
*
super.computeTimeoutMultiplier(
- mode: mode, isChecked: isChecked, isRelease: isReload);
+ mode: mode, isChecked: isChecked, isReload: isReload);
}
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698