We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26eb062 commit 24302c9Copy full SHA for 24302c9
src/README.md
@@ -1013,7 +1013,7 @@ A `cppgc`-managed native wrapper should look something like this:
1013
// CPPGC_MIXIN is a helper macro for inheriting from cppgc::GarbageCollected,
1014
// cppgc::NameProvider and public CppgcMixin. Per cppgc rules, it must be
1015
// placed at the left-most position in the class hierarchy.
1016
-class MyWrap final : CPPGC_MIXIN(ContextifyScript) {
+class MyWrap final : CPPGC_MIXIN(MyWrap) {
1017
public:
1018
SET_CPPGC_NAME(MyWrap) // Sets the heap snapshot name to "Node / MyWrap"
1019
0 commit comments