chore: add missing gin::Wrappable
GetTypeName
overrides (#41512)
chore: add missing gin::Wrappable GetTypeName overrides
This commit is contained in:
parent
a7d664e3a3
commit
62331f5ac1
10 changed files with 23 additions and 5 deletions
|
@ -182,6 +182,8 @@ class JSChunkedDataPipeGetter : public gin::Wrappable<JSChunkedDataPipeGetter>,
|
|||
.SetMethod("done", &JSChunkedDataPipeGetter::Done);
|
||||
}
|
||||
|
||||
const char* GetTypeName() override { return "JSChunkedDataPipeGetter"; }
|
||||
|
||||
static gin::WrapperInfo kWrapperInfo;
|
||||
~JSChunkedDataPipeGetter() override = default;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue