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.2 ' ,
30
+ 'v8_embedder_string' : '-node.3 ' ,
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 @@ -627,8 +627,7 @@ RUNTIME_FUNCTION(Runtime_PluralRulesSelect) {
627
627
icu::UnicodeString result = plural_rules->select (rounded);
628
628
return *isolate->factory ()
629
629
->NewStringFromTwoByte (Vector<const uint16_t >(
630
- reinterpret_cast <const uint16_t *>(
631
- icu::toUCharPtr (result.getBuffer ())),
630
+ reinterpret_cast <const uint16_t *>(result.getBuffer ()),
632
631
result.length ()))
633
632
.ToHandleChecked ();
634
633
}
You can’t perform that action at this time.
0 commit comments