File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 36
36
37
37
# Reset this number to 0 on major V8 upgrades.
38
38
# Increment by one for each non-official patch applied to deps/v8.
39
- 'v8_embedder_string' : '-node.5 ' ,
39
+ 'v8_embedder_string' : '-node.6 ' ,
40
40
41
41
##### V8 defaults for Node.js #####
42
42
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ class PlatformWithPageAllocator final : public cppgc::Platform {
101
101
page_allocator_(GetGlobalPageAllocator()) {
102
102
// This platform wrapper should only be used if the platform doesn't provide
103
103
// a `PageAllocator`.
104
- CHECK_NULL (delegate ->GetPageAllocator ());
104
+ CHECK_NULL (delegate_ ->GetPageAllocator ());
105
105
}
106
106
~PlatformWithPageAllocator () override = default ;
107
107
You can’t perform that action at this time.
0 commit comments