File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 38
38
39
39
# Reset this number to 0 on major V8 upgrades.
40
40
# Increment by one for each non-official patch applied to deps/v8.
41
- 'v8_embedder_string' : '-node.11 ' ,
41
+ 'v8_embedder_string' : '-node.12 ' ,
42
42
43
43
##### V8 defaults for Node.js #####
44
44
Original file line number Diff line number Diff line change @@ -2150,6 +2150,7 @@ v8_source_set("v8_base_without_compiler") {
2150
2150
" src/common/assert-scope.cc" ,
2151
2151
" src/common/assert-scope.h" ,
2152
2152
" src/common/checks.h" ,
2153
+ " src/common/message-template.h" ,
2153
2154
" src/common/ptr-compr-inl.h" ,
2154
2155
" src/common/ptr-compr.h" ,
2155
2156
" src/compiler-dispatcher/compiler-dispatcher.cc" ,
@@ -2222,7 +2223,6 @@ v8_source_set("v8_base_without_compiler") {
2222
2223
" src/execution/isolate-utils.h" ,
2223
2224
" src/execution/isolate.cc" ,
2224
2225
" src/execution/isolate.h" ,
2225
- " src/execution/message-template.h" ,
2226
2226
" src/execution/messages.cc" ,
2227
2227
" src/execution/messages.h" ,
2228
2228
" src/execution/microtask-queue.cc" ,
You can’t perform that action at this time.
0 commit comments