| Index: runtime/vm/flow_graph_compiler_arm.cc
|
| ===================================================================
|
| --- runtime/vm/flow_graph_compiler_arm.cc (revision 31966)
|
| +++ runtime/vm/flow_graph_compiler_arm.cc (working copy)
|
| @@ -1393,7 +1393,7 @@
|
| __ BranchLinkPatchable(
|
| &StubCode::UnoptimizedIdenticalWithNumberCheckLabel());
|
| }
|
| - if (token_pos != Scanner::kDummyTokenIndex) {
|
| + if (token_pos != Scanner::kNoSourcePos) {
|
| AddCurrentDescriptor(PcDescriptors::kRuntimeCall,
|
| Isolate::kNoDeoptId,
|
| token_pos);
|
| @@ -1421,7 +1421,7 @@
|
| __ BranchLinkPatchable(
|
| &StubCode::UnoptimizedIdenticalWithNumberCheckLabel());
|
| }
|
| - if (token_pos != Scanner::kDummyTokenIndex) {
|
| + if (token_pos != Scanner::kNoSourcePos) {
|
| AddCurrentDescriptor(PcDescriptors::kRuntimeCall,
|
| Isolate::kNoDeoptId,
|
| token_pos);
|
|
|