Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(443)

Unified Diff: src/wasm/wasm-text.cc

Issue 2682943007: [wasm] Refactoring: move bytecode operands into wasm-decoder-impl.h (Closed)
Patch Set: Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/wasm/wasm-text.cc
diff --git a/src/wasm/wasm-text.cc b/src/wasm/wasm-text.cc
index 282af4877049044df1b93ea57dfafe20d4564bd8..1d83a42c253f79c31e3075dbf5436351c87c7a81 100644
--- a/src/wasm/wasm-text.cc
+++ b/src/wasm/wasm-text.cc
@@ -7,6 +7,7 @@
#include "src/debug/interface-types.h"
#include "src/ostreams.h"
#include "src/vector.h"
+#include "src/wasm/function-body-decoder-impl.h"
#include "src/wasm/function-body-decoder.h"
#include "src/wasm/wasm-module.h"
#include "src/wasm/wasm-opcodes.h"

Powered by Google App Engine
This is Rietveld 408576698