Index: src/asmjs/asm-typer.h |
diff --git a/src/asmjs/asm-typer.h b/src/asmjs/asm-typer.h |
index 2c66948d567f5ef3afb689c54105aa82f701ff61..0505481c25a0b3f0295239f29bf83fdb25b46ffd 100644 |
--- a/src/asmjs/asm-typer.h |
+++ b/src/asmjs/asm-typer.h |
@@ -346,7 +346,7 @@ class AsmTyper final { |
std::uintptr_t stack_limit_; |
bool stack_overflow_ = false; |
ZoneMap<AstNode*, AsmType*> node_types_; |
- static const int kErrorMessageLimit = 100; |
+ static const int kErrorMessageLimit = 128; |
AsmType* fround_type_; |
AsmType* ffi_type_; |
char error_message_[kErrorMessageLimit]; |