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

Unified Diff: src/wasm/wasm-module-builder.cc

Issue 2703243002: [wasm] Move decoding constants out of wasm-module.h and into module-decoder.h (Closed)
Patch Set: Fix fuzzer 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
« no previous file with comments | « src/wasm/wasm-module.cc ('k') | test/fuzzer/wasm-section-fuzzers.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/wasm/wasm-module-builder.cc
diff --git a/src/wasm/wasm-module-builder.cc b/src/wasm/wasm-module-builder.cc
index 5ebe8662ee4605cbfa9ec3f2ae9c95e1b40da0e1..a9c724a78daae938f302a6c9bc8e4cf10e970212 100644
--- a/src/wasm/wasm-module-builder.cc
+++ b/src/wasm/wasm-module-builder.cc
@@ -11,6 +11,7 @@
#include "src/wasm/function-body-decoder.h"
#include "src/wasm/leb-helper.h"
+#include "src/wasm/module-decoder.h"
#include "src/wasm/wasm-macro-gen.h"
#include "src/wasm/wasm-module-builder.h"
#include "src/wasm/wasm-module.h"
« no previous file with comments | « src/wasm/wasm-module.cc ('k') | test/fuzzer/wasm-section-fuzzers.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698