| Index: src/compilation-dependencies.h
|
| diff --git a/src/compilation-dependencies.h b/src/compilation-dependencies.h
|
| index 1ed6e5d9ba426d501a4baae27423f6ee8e8ee360..ddd0be83bdaa15e0f1caf292859df17cc9696257 100644
|
| --- a/src/compilation-dependencies.h
|
| +++ b/src/compilation-dependencies.h
|
| @@ -24,6 +24,9 @@
|
|
|
| void AssumeInitialMapCantChange(Handle<Map> map) {
|
| Insert(DependentCode::kInitialMapChangedGroup, map);
|
| + }
|
| + void AssumeElementsCantBeAdded(Handle<Map> map) {
|
| + Insert(DependentCode::kElementsCantBeAddedGroup, map);
|
| }
|
| void AssumeFieldType(Handle<Map> map) {
|
| Insert(DependentCode::kFieldTypeGroup, map);
|
|
|