File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 27
27
28
28
# Reset this number to 0 on major V8 upgrades.
29
29
# Increment by one for each non-official patch applied to deps/v8.
30
- 'v8_embedder_string' : '-node.5 ' ,
30
+ 'v8_embedder_string' : '-node.6 ' ,
31
31
32
32
# Enable disassembler for `--print-code` v8 options
33
33
'v8_enable_disassembler' : 1 ,
Original file line number Diff line number Diff line change @@ -626,8 +626,7 @@ RUNTIME_FUNCTION(Runtime_PluralRulesSelect) {
626
626
icu::UnicodeString result = plural_rules->select (rounded);
627
627
return *isolate->factory ()
628
628
->NewStringFromTwoByte (Vector<const uint16_t >(
629
- reinterpret_cast <const uint16_t *>(
630
- icu::toUCharPtr (result.getBuffer ())),
629
+ reinterpret_cast <const uint16_t *>(result.getBuffer ()),
631
630
result.length ()))
632
631
.ToHandleChecked ();
633
632
}
You can’t perform that action at this time.
0 commit comments