mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Rename CefBase to CefBaseRefCounted (issue #2090)
This commit is contained in:
@ -223,7 +223,7 @@ class CefMessageRouterBrowserSide :
|
||||
// the callback methods. The methods of this class may be called on any
|
||||
// browser process thread.
|
||||
///
|
||||
class Callback : public CefBase {
|
||||
class Callback : public CefBaseRefCounted {
|
||||
public:
|
||||
///
|
||||
// Notify the associated JavaScript onSuccess callback that the query has
|
||||
|
Reference in New Issue
Block a user