| Index: runtime/vm/compiler.cc
|
| diff --git a/runtime/vm/compiler.cc b/runtime/vm/compiler.cc
|
| index 9f3c02fe43aad0407ae535f5999b0f6d4bae07d4..9f4068b03ec4098f9587c1e722ac71763081c467 100644
|
| --- a/runtime/vm/compiler.cc
|
| +++ b/runtime/vm/compiler.cc
|
| @@ -1501,7 +1501,7 @@ RawObject* Compiler::ExecuteOnce(SequenceNode* fragment) {
|
| // Function fits the bill.
|
| const char* kEvalConst = "eval_const";
|
| const Function& func = Function::ZoneHandle(Function::New(
|
| - String::Handle(Symbols::New(kEvalConst)),
|
| + String::Handle(Symbols::New(thread, kEvalConst)),
|
| RawFunction::kRegularFunction,
|
| true, // static function
|
| false, // not const function
|
|
|