mirror of
https://github.com/denoland/rusty_v8.git
synced 2025-02-02 12:49:57 -05:00
Format binding.cc (#213)
This commit is contained in:
parent
b09df9b552
commit
1a65b6cf6b
1 changed files with 1 additions and 2 deletions
|
@ -1258,8 +1258,7 @@ void v8_inspector__V8InspectorSession__DELETE(
|
|||
}
|
||||
|
||||
void v8_inspector__V8InspectorSession__dispatchProtocolMessage(
|
||||
v8_inspector::V8InspectorSession& self,
|
||||
v8_inspector::StringView& message) {
|
||||
v8_inspector::V8InspectorSession& self, v8_inspector::StringView& message) {
|
||||
self.dispatchProtocolMessage(message);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue