mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Update to Chromium revision fa6a5d87 (#499098)
This commit is contained in:
@@ -812,7 +812,7 @@ CefV8HandleBase::~CefV8HandleBase() {
|
||||
}
|
||||
|
||||
bool CefV8HandleBase::BelongsToCurrentThread() const {
|
||||
return task_runner_->RunsTasksOnCurrentThread();
|
||||
return task_runner_->RunsTasksInCurrentSequence();
|
||||
}
|
||||
|
||||
CefV8HandleBase::CefV8HandleBase(v8::Isolate* isolate,
|
||||
|
Reference in New Issue
Block a user