Chromium Code Reviews| Index: runtime/vm/stub_code.h |
| diff --git a/runtime/vm/stub_code.h b/runtime/vm/stub_code.h |
| index f451638f9fc481374e132208dc61024456a86241..d90a3ab56c6ee1c5d7362743740ffec8c682c691 100644 |
| --- a/runtime/vm/stub_code.h |
| +++ b/runtime/vm/stub_code.h |
| @@ -35,7 +35,8 @@ class SnapshotWriter; |
| V(OptimizeFunction) \ |
| V(InvokeDartCode) \ |
| V(DebugStepCheck) \ |
| - V(ICLookup) \ |
| + V(ICLookupThroughFunction) \ |
| + V(ICLookupThroughCode) \ |
| V(MegamorphicLookup) \ |
| V(FixAllocationStubTarget) \ |
| V(Deoptimize) \ |