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

Unified Diff: src/wasm/wasm-objects.h

Issue 2676513008: [wasm] Managed<T> ensures T's lifetime does not leak past Isolate's (Closed)
Patch Set: Comments 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-objects.h
diff --git a/src/wasm/wasm-objects.h b/src/wasm/wasm-objects.h
index aaead0b147e645a139b403e8ee0d7ab745e454e4..f53f1ed5ea69076e7f90e1457731ef2d07b32e89 100644
--- a/src/wasm/wasm-objects.h
+++ b/src/wasm/wasm-objects.h
@@ -7,9 +7,9 @@
#include "src/debug/debug.h"
#include "src/debug/interface-types.h"
+#include "src/managed.h"
#include "src/objects-inl.h"
#include "src/trap-handler/trap-handler.h"
-#include "src/wasm/managed.h"
#include "src/wasm/wasm-limits.h"
namespace v8 {
« src/isolate.cc ('K') | « src/wasm/wasm-module.h ('k') | src/wasm/wasm-objects.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698