chore: use consistent parameter names (#26162)
This commit is contained in:
parent
52fd855ad4
commit
d8167ce138
12 changed files with 20 additions and 19 deletions
|
@ -32,7 +32,7 @@ class MessagePort : public gin::Wrappable<MessagePort>, mojo::MessageReceiver {
|
|||
void Start();
|
||||
void Close();
|
||||
|
||||
void Entangle(blink::MessagePortDescriptor handle);
|
||||
void Entangle(blink::MessagePortDescriptor port);
|
||||
void Entangle(blink::MessagePortChannel channel);
|
||||
|
||||
blink::MessagePortChannel Disentangle();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue