From: Cheng Zhao Date: Mon, 25 Apr 2016 03:24:11 +0000 (+0900) Subject: BuildPrototype should not be empty X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d72a0e452f6fdbc8cf080e94c2b973519ba5b057;p=platform%2Fframework%2Fweb%2Fcrosswalk-tizen.git BuildPrototype should not be empty --- diff --git a/atom/browser/api/atom_api_power_monitor.cc b/atom/browser/api/atom_api_power_monitor.cc index 15220c1..32c50c6 100644 --- a/atom/browser/api/atom_api_power_monitor.cc +++ b/atom/browser/api/atom_api_power_monitor.cc @@ -53,6 +53,7 @@ v8::Local PowerMonitor::Create(v8::Isolate* isolate) { // static void PowerMonitor::BuildPrototype( v8::Isolate* isolate, v8::Local prototype) { + mate::ObjectTemplateBuilder(isolate, prototype); } } // namespace api