Index: runtime/vm/regexp_assembler.cc |
=================================================================== |
--- runtime/vm/regexp_assembler.cc (revision 43213) |
+++ runtime/vm/regexp_assembler.cc (working copy) |
@@ -121,7 +121,7 @@ |
// Create and generate all preset blocks. |
entry_block_ = |
new(isolate) GraphEntryInstr( |
- parsed_function_, |
+ *parsed_function_, |
new(isolate) TargetEntryInstr(block_id_.Alloc(), kInvalidTryIndex), |
Isolate::kNoDeoptId); |
start_block_ = |