diff options
author | Steve Block <steveblock@google.com> | 2010-02-19 12:09:33 +0000 |
---|---|---|
committer | Steve Block <steveblock@google.com> | 2010-02-19 13:07:13 +0000 |
commit | 032802d7bdd58f0165721ecf815eef6d3bfc0863 (patch) | |
tree | edfbe23cd3e55d69b20ef137529c08648ca7634d /JavaScriptCore/wtf/FastMalloc.cpp | |
parent | 23af5d15453c2ecc01e9233b8a2cf332e1d32d0b (diff) | |
download | external_webkit-032802d7bdd58f0165721ecf815eef6d3bfc0863.zip external_webkit-032802d7bdd58f0165721ecf815eef6d3bfc0863.tar.gz external_webkit-032802d7bdd58f0165721ecf815eef6d3bfc0863.tar.bz2 |
Fixes a crash in the Geolocation service when using maximumAge
When a browser page is put to the background, the Geolocation object is
suspended. If the Geolocation object has active requests, it suspends its
Geolocation service.
Now that we have maximum age support, the Geolocation object can have active
requests without having started its Geolocation service. In this case, the
geolocation service can ignore calls to suspend and resume.
This avoids a crash when the Android Geolocation service hasn't created it's
java bridge when suspend is called.
Bug: 2453611
Change-Id: I368226281920512584a92b5f1967d602df1f0782
Diffstat (limited to 'JavaScriptCore/wtf/FastMalloc.cpp')
0 files changed, 0 insertions, 0 deletions