Chromium Code Reviews

Unified Diff: src/wasm/encoder.cc

Issue 2344143003: Moved zones and zone related stuff in its own directory. (Closed)
Patch Set: Moved zones and zone related stuff into it's own folder Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: src/wasm/encoder.cc
diff --git a/src/wasm/encoder.cc b/src/wasm/encoder.cc
index 05eb0d513b07a86b8c23656ed9336a2a855ed973..a9b6c89792ceb5e9ff590587dc1e9d5559a41bb8 100644
--- a/src/wasm/encoder.cc
+++ b/src/wasm/encoder.cc
@@ -6,7 +6,7 @@
#include "src/handles.h"
#include "src/v8.h"
-#include "src/zone-containers.h"
+#include "src/zone/zone-containers.h"
#include "src/wasm/ast-decoder.h"
#include "src/wasm/encoder.h"
« no previous file with comments | « src/wasm/encoder.h ('k') | src/wasm/switch-logic.h » ('j') | src/zone/accounting-allocator.h » ('J')

Powered by Google App Engine