BuildPrototype should not be empty
This commit is contained in:
parent
13f8599ba1
commit
d72a0e452f
1 changed files with 1 additions and 0 deletions
|
@ -53,6 +53,7 @@ v8::Local<v8::Value> PowerMonitor::Create(v8::Isolate* isolate) {
|
|||
// static
|
||||
void PowerMonitor::BuildPrototype(
|
||||
v8::Isolate* isolate, v8::Local<v8::ObjectTemplate> prototype) {
|
||||
mate::ObjectTemplateBuilder(isolate, prototype);
|
||||
}
|
||||
|
||||
} // namespace api
|
||||
|
|
Loading…
Reference in a new issue