Make VS happy

This commit is contained in:
Cheng Zhao 2016-04-25 10:40:19 +09:00
parent 272592415d
commit 9fe3dbcfe0
6 changed files with 6 additions and 6 deletions

View file

@ -100,7 +100,7 @@ bool PowerSaveBlocker::IsStarted(int id) {
// static
mate::Handle<PowerSaveBlocker> PowerSaveBlocker::Create(v8::Isolate* isolate) {
return CreateHandle(isolate, new PowerSaveBlocker(isolate));
return mate::CreateHandle(isolate, new PowerSaveBlocker(isolate));
}
// static