Skip to content

Commit

Permalink
fixup! inspector: roll inspector_protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
legendecas committed Jan 23, 2025
1 parent 601a566 commit 06a47f9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/inspector/node_string.cc
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ String StringUtil::StringViewToUtf8(v8_inspector::StringView view) {
return std::string(reinterpret_cast<const char*>(view.characters8()),
view.length());
}
DCHECK(view.is16Bit());
return fromUTF16LE(view.characters16(), view.length());
}

Expand Down

0 comments on commit 06a47f9

Please sign in to comment.