mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-02-03 04:27:43 +01:00
Fix more space in comments (see issue #3384)
This commit is contained in:
parent
9c359b682b
commit
53c365b752
@ -386,10 +386,11 @@ typedef struct _cef_settings_t {
|
||||
|
||||
///
|
||||
/// The number of stack trace frames to capture for uncaught exceptions.
|
||||
/// Specify a positive value to enable the CefRenderProcessHandler::
|
||||
/// OnUncaughtException() callback. Specify 0 (default value) and
|
||||
/// OnUncaughtException() will not be called. Also configurable using the
|
||||
/// "uncaught-exception-stack-size" command-line switch.
|
||||
/// Specify a positive value to enable the
|
||||
/// CefRenderProcessHandler::OnUncaughtException() callback. Specify 0
|
||||
/// (default value) and OnUncaughtException() will not be called. Also
|
||||
/// configurable using the "uncaught-exception-stack-size" command-line
|
||||
/// switch.
|
||||
///
|
||||
int uncaught_exception_stack_size;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user