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); }; }