mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Fix crash when browser window creation is canceled (issue #1147).
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@1543 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
@@ -378,7 +378,7 @@ CefRefPtr<CefBrowserHostImpl> CefBrowserHostImpl::Create(
|
|||||||
CefRefPtr<CefBrowserHostImpl> browser =
|
CefRefPtr<CefBrowserHostImpl> browser =
|
||||||
CefBrowserHostImpl::CreateInternal(windowInfo, new_settings, client, NULL,
|
CefBrowserHostImpl::CreateInternal(windowInfo, new_settings, client, NULL,
|
||||||
info, opener, request_context);
|
info, opener, request_context);
|
||||||
if (!url.empty()) {
|
if (browser && !url.empty()) {
|
||||||
browser->LoadURL(CefFrameHostImpl::kMainFrameId, url, content::Referrer(),
|
browser->LoadURL(CefFrameHostImpl::kMainFrameId, url, content::Referrer(),
|
||||||
content::PAGE_TRANSITION_TYPED, std::string());
|
content::PAGE_TRANSITION_TYPED, std::string());
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user