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

Unified Diff: include/v8.h

Issue 2249973002: [wasm] Serialization test using external APIs and contexts (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Serialization test using external APIs and contexts Created 4 years, 4 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 | « no previous file | src/api.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/v8.h
diff --git a/include/v8.h b/include/v8.h
index 67110c619355526e8a0208517847f89ed1170cd8..c93ee238585f5a86527532eb6e927ac7906a9ccb 100644
--- a/include/v8.h
+++ b/include/v8.h
@@ -3469,7 +3469,7 @@ class V8_EXPORT WasmCompiledModule : public Object {
SerializedModule Serialize();
static MaybeLocal<WasmCompiledModule> Deserialize(
- Isolate* isolate, const SerializedModule serialized_data);
+ Isolate* isolate, const SerializedModule& serialized_data);
V8_INLINE static WasmCompiledModule* Cast(Value* obj);
private:
« no previous file with comments | « no previous file | src/api.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698