| Index: src/compiler/wasm-compiler.h
|
| diff --git a/src/compiler/wasm-compiler.h b/src/compiler/wasm-compiler.h
|
| index 34217cd0933e0a3fbc198cd4dbdc7e97fdd8a24d..bdc81521199e996c18c1245c0801d2fa88634c20 100644
|
| --- a/src/compiler/wasm-compiler.h
|
| +++ b/src/compiler/wasm-compiler.h
|
| @@ -29,7 +29,7 @@ namespace wasm {
|
| struct ModuleEnv;
|
| struct WasmFunction;
|
| class ErrorThrower;
|
| -struct Tree;
|
| +struct DecodeStruct;
|
|
|
| // Expose {Node} and {Graph} opaquely as {wasm::TFNode} and {wasm::TFGraph}.
|
| typedef compiler::Node TFNode;
|
| @@ -72,7 +72,7 @@ class WasmCompilationUnit final {
|
| CompilationInfo info_;
|
| base::SmartPointer<CompilationJob> job_;
|
| uint32_t index_;
|
| - wasm::Result<wasm::Tree*> graph_construction_result_;
|
| + wasm::Result<wasm::DecodeStruct*> graph_construction_result_;
|
| bool ok_;
|
| };
|
|
|
|
|