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

Unified Diff: src/v8.gyp

Issue 2676513008: [wasm] Managed<T> ensures T's lifetime does not leak past Isolate's (Closed)
Patch Set: renamed to ManagedObjectFinalizer, and using "finalizer"` 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/managed.h ('k') | src/wasm/managed.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/v8.gyp
diff --git a/src/v8.gyp b/src/v8.gyp
index eda411120ae050493c6c60298ccfd5f1391ee575..bd0a994aadd25db390d31a72badeebda9a07c5ec 100644
--- a/src/v8.gyp
+++ b/src/v8.gyp
@@ -1079,6 +1079,7 @@
'macro-assembler.h',
'machine-type.cc',
'machine-type.h',
+ 'managed.h',
'messages.cc',
'messages.h',
'msan.h',
@@ -1310,7 +1311,6 @@
'wasm/function-body-decoder.h',
'wasm/function-body-decoder-impl.h',
'wasm/leb-helper.h',
- 'wasm/managed.h',
'wasm/module-decoder.cc',
'wasm/module-decoder.h',
'wasm/signature-map.cc',
« no previous file with comments | « src/managed.h ('k') | src/wasm/managed.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698