Fix crash introduced by revision 419 changes.

git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@421 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
Marshall Greenblatt 2011-12-15 16:42:28 +00:00
parent bbe2a2f2d3
commit 198d63cd2a
1 changed files with 2 additions and 0 deletions

View File

@ -165,6 +165,8 @@ public:
return NULL;
CefRefPtr<CefBrowser> browser = info->browser();
if (!browser.get())
return NULL;
CefRefPtr<CefClient> client = browser->GetClient();
CefRefPtr<CefRequestHandler> handler;
if (client.get())