Chromium Code Reviews| Index: src/codegen.h |
| diff --git a/src/codegen.h b/src/codegen.h |
| index ea202969162ca60c62e6d6ec074562780941d196..33672a2b341ff1c52be533ea2bd0405a73be0038 100644 |
| --- a/src/codegen.h |
| +++ b/src/codegen.h |
| @@ -112,6 +112,8 @@ class ElementsTransitionGenerator : public AllStatic { |
| DISALLOW_COPY_AND_ASSIGN(ElementsTransitionGenerator); |
| }; |
| +static const int kNumberDictionaryProbes = 4; |
| + |
| } } // namespace v8::internal |