mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-02-17 04:30:46 +01:00
Fix assertion when returning NULL from CefClient::GetGeolocationHandler (issue #857).
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@1019 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
parent
9f2399e918
commit
fc0fd84371
@ -109,7 +109,7 @@ class CefGeolocationPermissionContext
|
||||
}
|
||||
|
||||
// Disallow geolocation access by default.
|
||||
callback.Run(false);
|
||||
CEF_POST_TASK(CEF_UIT, base::Bind(callback, false));
|
||||
}
|
||||
|
||||
virtual void CancelGeolocationPermissionRequest(
|
||||
|
Loading…
x
Reference in New Issue
Block a user