| Index: runtime/vm/flow_graph_compiler.h
|
| diff --git a/runtime/vm/flow_graph_compiler.h b/runtime/vm/flow_graph_compiler.h
|
| index e9a14760b46cc7e6e2b96b9c3b0a15689de283fb..6940af2d57b0c29534e26ba51ebfbc17f983b934 100644
|
| --- a/runtime/vm/flow_graph_compiler.h
|
| +++ b/runtime/vm/flow_graph_compiler.h
|
| @@ -269,7 +269,7 @@ class FlowGraphCompiler : public ValueObject {
|
| bool CanOSRFunction() const;
|
| bool is_optimizing() const { return is_optimizing_; }
|
|
|
| - bool ShouldDeoptimizeFunction() const;
|
| + bool ForceSlowPathForStackOverflow() const;
|
|
|
| const GrowableArray<BlockInfo*>& block_info() const { return block_info_; }
|
| ParallelMoveResolver* parallel_move_resolver() {
|
|
|