From bb201f8e425a4df59bc8f5afe2be5039b2f058b7 Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Sat, 27 Oct 2012 10:17:02 -0700 Subject: [PATCH] :lipstick: --- native/v8_extensions/git.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/native/v8_extensions/git.h b/native/v8_extensions/git.h index 22e258f45..bfe5619c8 100644 --- a/native/v8_extensions/git.h +++ b/native/v8_extensions/git.h @@ -12,9 +12,9 @@ public: const CefV8ValueList& arguments, CefRefPtr& retval, CefString& exception) OVERRIDE; - + // Provide the reference counting implementation for this class. IMPLEMENT_REFCOUNTING(Native); }; - + }