Reuse Log method

This commit is contained in:
Kevin Sawicki 2016-10-12 09:33:28 -07:00
parent d686916fe2
commit 0740b2f66b
3 changed files with 11 additions and 13 deletions

View file

@ -27,6 +27,8 @@ class AtomBindings {
// load native code from Electron instead.
void BindTo(v8::Isolate* isolate, v8::Local<v8::Object> process);
static void Log(const base::string16& message);
private:
void ActivateUVLoop(v8::Isolate* isolate);