| Index: runtime/vm/compiler.cc
|
| diff --git a/runtime/vm/compiler.cc b/runtime/vm/compiler.cc
|
| index 9904ab0d75dda41072eceba7c66c476ed18bd49a..7a261d5792b5b306344e8588f64c83696f93ccc4 100644
|
| --- a/runtime/vm/compiler.cc
|
| +++ b/runtime/vm/compiler.cc
|
| @@ -1141,7 +1141,7 @@ RawError* Compiler::CompileFunction(Thread* thread,
|
|
|
|
|
| RawError* Compiler::EnsureUnoptimizedCode(Thread* thread,
|
| - const Function& function) {
|
| + const Function& function) {
|
| if (function.unoptimized_code() != Object::null()) {
|
| return Error::null();
|
| }
|
|
|