Chromium Code Reviews| Index: src/compiler/opcodes.h |
| diff --git a/src/compiler/opcodes.h b/src/compiler/opcodes.h |
| index 80c21b4a348aea4d044287856c9136557cbbb607..7853454b44519b780fe7613a32c56fafd4ad453d 100644 |
| --- a/src/compiler/opcodes.h |
| +++ b/src/compiler/opcodes.h |
| @@ -146,6 +146,7 @@ |
| V(JSStoreNamedOwn) \ |
| V(JSStoreGlobal) \ |
| V(JSStoreDataPropertyInLiteral) \ |
| + V(JSCollectTypeProfile) \ |
| V(JSDeleteProperty) \ |
| V(JSHasProperty) \ |
| V(JSGetSuperConstructor) |