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
|
@ -19,10 +19,10 @@ class PowerSaveBlocker : public gin::Wrappable<PowerSaveBlocker> {
|
|||
static gin::Handle<PowerSaveBlocker> Create(v8::Isolate* isolate);
|
||||
|
||||
// gin::Wrappable
|
||||
static gin::WrapperInfo kWrapperInfo;
|
||||
gin::ObjectTemplateBuilder GetObjectTemplateBuilder(
|
||||
v8::Isolate* isolate) override;
|
||||
|
||||
static gin::WrapperInfo kWrapperInfo;
|
||||
const char* GetTypeName() override;
|
||||
|
||||
// disable copy
|
||||
PowerSaveBlocker(const PowerSaveBlocker&) = delete;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue