Index: src/code-stub-assembler.h |
diff --git a/src/code-stub-assembler.h b/src/code-stub-assembler.h |
index 30000c390ce5b9da95ca527ca66ac9b50627e68a..9e80e08da56d6ceb31bc607e1aa8f50edd213bfb 100644 |
--- a/src/code-stub-assembler.h |
+++ b/src/code-stub-assembler.h |
@@ -46,7 +46,7 @@ class CodeStubAssembler : public compiler::CodeAssembler { |
typedef base::Flags<AllocationFlag> AllocationFlags; |
- enum ParameterMode { INTEGER_PARAMETERS, SMI_PARAMETERS }; |
+ enum ParameterMode { INTEGER_PARAMETERS, SMI_PARAMETERS, INTPTR_PARAMETERS }; |
compiler::Node* BooleanMapConstant(); |
compiler::Node* EmptyStringConstant(); |