Chromium Code Reviews| Index: src/objects.h |
| diff --git a/src/objects.h b/src/objects.h |
| index 9f2651c40f7985fe6bab498f7dd8a34c16554150..87bc1bed39eb8d4a5728c2eaaf2aabaaa449caca 100644 |
| --- a/src/objects.h |
| +++ b/src/objects.h |
| @@ -3769,6 +3769,7 @@ class UnseededNumberDictionary |
| Handle<UnseededNumberDictionary> dictionary, |
| uint32_t key, |
| Handle<Object> value); |
| + void DeleteKey(uint32_t key); |
| // Set an existing entry or add a new one if needed. |
| // Return the updated dictionary. |