| Index: runtime/vm/code_generator.h
|
| ===================================================================
|
| --- runtime/vm/code_generator.h (revision 16007)
|
| +++ runtime/vm/code_generator.h (working copy)
|
| @@ -41,7 +41,7 @@
|
| DECLARE_RUNTIME_ENTRY(OptimizeInvokedFunction);
|
| DECLARE_RUNTIME_ENTRY(TraceICCall);
|
| DECLARE_RUNTIME_ENTRY(PatchStaticCall);
|
| -DECLARE_RUNTIME_ENTRY(ReportObjectNotClosure);
|
| +DECLARE_RUNTIME_ENTRY(InvokeNonClosure);
|
| DECLARE_RUNTIME_ENTRY(ResolveImplicitClosureFunction);
|
| DECLARE_RUNTIME_ENTRY(ResolveImplicitClosureThroughGetter);
|
| DECLARE_RUNTIME_ENTRY(ReThrow);
|
|
|