Merge revision 1019 changes:

- Fix assertion when returning NULL from CefClient::GetGeolocationHandler (issue #857).

git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1364@1020 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
Marshall Greenblatt 2013-01-18 17:10:12 +00:00
parent 1544c6020c
commit 10df897331
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ class CefGeolocationPermissionContext
} }
// Disallow geolocation access by default. // Disallow geolocation access by default.
callback.Run(false); CEF_POST_TASK(CEF_UIT, base::Bind(callback, false));
} }
virtual void CancelGeolocationPermissionRequest( virtual void CancelGeolocationPermissionRequest(