From 5f400303acd4dd821005cc04f0ae873475cd2133 Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Thu, 13 Dec 2012 15:23:55 -0800 Subject: [PATCH] Add ref counting to Git class --- native/v8_extensions/git.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/native/v8_extensions/git.h b/native/v8_extensions/git.h index bfe5619c8..e7c0b1dce 100644 --- a/native/v8_extensions/git.h +++ b/native/v8_extensions/git.h @@ -14,7 +14,7 @@ public: CefString& exception) OVERRIDE; // Provide the reference counting implementation for this class. - IMPLEMENT_REFCOUNTING(Native); + IMPLEMENT_REFCOUNTING(Git); }; }