Skip to content

Commit 4bb01f9

Browse files
committed
fixup! fixup! src: track cppgc wrappers with a list in Realm
1 parent 1f9ac2c commit 4bb01f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1305,7 +1305,7 @@ the cleanups of a cppgc-managed object should adhere to different patterns,
13051305
depending on what it needs to do:
13061306

13071307
1. If it does not need to do any non-trivial cleanup, nor does its members, just use
1308-
the default destructor. Note that cleanup of `v8::TracedReference` and
1308+
the default destructor. Cleanup of `v8::TracedReference` and
13091309
`cppgc::Member` are already handled automatically by V8 so if they are all the
13101310
non-trivial members the class has, this case applies.
13111311
2. If the cleanup relies on a living `Realm`, but does not need to access V8

0 commit comments

Comments
 (0)