| Index: runtime/vm/regexp.cc
|
| diff --git a/runtime/vm/regexp.cc b/runtime/vm/regexp.cc
|
| index 46122bd9d3f02f94422415eac01819df5a442705..6ac5782e323865d5b509ce7d46a962ca1e5d8d11 100644
|
| --- a/runtime/vm/regexp.cc
|
| +++ b/runtime/vm/regexp.cc
|
| @@ -5267,7 +5267,7 @@ static void CreateSpecializedFunction(Zone* zone,
|
| false, // Not external.
|
| false, // Not native.
|
| owner,
|
| - 0)); // No token position.
|
| + TokenPosition::kMinSource));
|
|
|
| // TODO(zerny): Share these arrays between all irregexp functions.
|
| fn.set_num_fixed_parameters(kParamCount);
|
|
|