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