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

Unified Diff: src/snapshot/snapshot.h

Issue 2741683004: [rename] Rename internal field to embedder field. (Closed)
Patch Set: Remove API changes Created 3 years, 9 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/snapshot/snapshot.h
diff --git a/src/snapshot/snapshot.h b/src/snapshot/snapshot.h
index a8a1202729cd9509317406be2a9c690ad120929a..30dbd236ddac200ef688ed67686dcd06212dff30 100644
--- a/src/snapshot/snapshot.h
+++ b/src/snapshot/snapshot.h
@@ -60,7 +60,7 @@ class Snapshot : public AllStatic {
static MaybeHandle<Context> NewContextFromSnapshot(
Isolate* isolate, Handle<JSGlobalProxy> global_proxy,
size_t context_index,
- v8::DeserializeInternalFieldsCallback internal_fields_deserializer);
+ v8::DeserializeEmbedderFieldsCallback embedder_fields_deserializer);
static bool HaveASnapshotToStartFrom(Isolate* isolate);

Powered by Google App Engine
This is Rietveld 408576698