| Index: src/asmjs/asm-typer.h
|
| diff --git a/src/asmjs/asm-typer.h b/src/asmjs/asm-typer.h
|
| index dd05f6097d13bede07eca978480cad7fe6180017..96b4fb1dac6a8dca32ec8baf08cf3f554ca5eb35 100644
|
| --- a/src/asmjs/asm-typer.h
|
| +++ b/src/asmjs/asm-typer.h
|
| @@ -22,6 +22,7 @@ namespace v8 {
|
| namespace internal {
|
| namespace wasm {
|
|
|
| +class AsmType;
|
| class AsmTyperHarnessBuilder;
|
|
|
| class AsmTyper final {
|
| @@ -313,6 +314,7 @@ class AsmTyper final {
|
| bool stack_overflow_ = false;
|
| ZoneMap<AstNode*, AsmType*> node_types_;
|
| static const int kErrorMessageLimit = 100;
|
| + AsmType* fround_type_;
|
| char error_message_[kErrorMessageLimit];
|
|
|
| DISALLOW_IMPLICIT_CONSTRUCTORS(AsmTyper);
|
|
|