mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Remove TRACE_EVENT_COPY_XXX overloads (fixes #3497)
This functionality is not compatible with Chromium's new tracing implementation based on Perfetto.
This commit is contained in:
@ -228,11 +228,6 @@ def GetRecommendedDefaultArgs():
|
||||
# CefV8Value::CreateArrayBuffer with memory allocated outside of the V8
|
||||
# sandbox. See https://github.com/chromiumembedded/cef/issues/3332.
|
||||
'v8_enable_sandbox': False,
|
||||
|
||||
# Disable use of //third_party/perfetto for TRACE_EVENT macros. This is
|
||||
# currently default-enabled on Linux and is causing DCHECK failures.
|
||||
# See https://github.com/chromiumembedded/cef/issues/3497.
|
||||
'use_perfetto_client_library': False,
|
||||
}
|
||||
|
||||
if platform == 'windows' or platform == 'mac':
|
||||
|
Reference in New Issue
Block a user