mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Update to Chromium version 110.0.5481.0 (#1084008)
This commit is contained in:
@ -187,8 +187,9 @@ class CefV8ContextImpl : public CefV8Context {
|
||||
private:
|
||||
using Handle = CefV8Handle<v8::Context>;
|
||||
scoped_refptr<Handle> handle_;
|
||||
v8::MicrotaskQueue* const microtask_queue_;
|
||||
|
||||
int enter_count_;
|
||||
int enter_count_ = 0;
|
||||
std::unique_ptr<v8::MicrotasksScope> microtasks_scope_;
|
||||
|
||||
IMPLEMENT_REFCOUNTING(CefV8ContextImpl);
|
||||
|
Reference in New Issue
Block a user