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

Unified Diff: lib/compiler/implementation/ssa/builder.dart

Issue 10829238: Fix mistake in previous commit r10383 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/compiler/implementation/ssa/builder.dart
diff --git a/lib/compiler/implementation/ssa/builder.dart b/lib/compiler/implementation/ssa/builder.dart
index 7339e84b7b736e94676aa084b4865d0766efa46b..a1b0b3afb569a7f4accb42b4c1f0fdfe33130196 100644
--- a/lib/compiler/implementation/ssa/builder.dart
+++ b/lib/compiler/implementation/ssa/builder.dart
@@ -176,7 +176,7 @@ class SsaBuilderTask extends CompilerTask {
// If there is an estimate of the parameter types assume these types when
// compiling.
- List<HType> parameterTypes;
+ List<HType> parameterTypes =
backend.optimisticParameterTypesWithRecompilationOnTypeChange(
element);
if (parameterTypes != null) {
« 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