Fix documentation reference to CefV8ContextHandler.

This commit is contained in:
Marshall Greenblatt
2015-03-30 11:40:33 +02:00
parent 2fe1d33239
commit a82110b31e
3 changed files with 17 additions and 16 deletions

View File

@ -350,7 +350,7 @@ typedef struct _cef_settings_t {
///
// The number of stack trace frames to capture for uncaught exceptions.
// Specify a positive value to enable the CefV8ContextHandler::
// 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.