This commit is contained in:
Kevin Sawicki
2012-10-27 10:17:02 -07:00
committed by Corey Johnson
parent a934c5502f
commit bb201f8e42

View File

@@ -12,9 +12,9 @@ public:
const CefV8ValueList& arguments,
CefRefPtr<CefV8Value>& retval,
CefString& exception) OVERRIDE;
// Provide the reference counting implementation for this class.
IMPLEMENT_REFCOUNTING(Native);
};
}