mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Add CefV8ContextHandler::OnUncaughtException callback (issue #736).
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@857 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
@@ -1621,6 +1621,7 @@ net::URLRequestContext* CefBrowserImpl::request_context_proxy() {
|
||||
|
||||
void CefBrowserImpl::UIT_CreateDevToolsClient(BrowserDevToolsAgent *agent) {
|
||||
dev_tools_client_.reset(new BrowserDevToolsClient(this, agent));
|
||||
_Context->UIT_DevToolsClientCreated();
|
||||
}
|
||||
|
||||
void CefBrowserImpl::UIT_DestroyDevToolsClient() {
|
||||
@@ -1628,6 +1629,7 @@ void CefBrowserImpl::UIT_DestroyDevToolsClient() {
|
||||
// Free the client. This will cause the client to clear pending messages
|
||||
// and detach from the agent.
|
||||
dev_tools_client_.reset();
|
||||
_Context->UIT_DevToolsClientDestroyed();
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user