## 关键漏洞信息 ### 基本信息 - **类型**: Vulnerability - **优先级**: P1 - **严重性**: S1 - **状态**: Fixed - **组件标签**: Blink ### 描述 - 在尝试修复 [https://crbug.com/chromium/39985](https://crbug.com/chromium/39985) 时发现此问题。 - 上游已提交为 [https://bugs.webkit.org/show_bug.cgi?id=39388](https://bugs.webkit.org/show_bug.cgi?id=39388)。 ### 修复信息 - **修订版本**: [http://src.chromium.org/viewvc/chrome?view=rev&revision=48114](http://src.chromium.org/viewvc/chrome?view=rev&revision=48114) - **变化的文件**: - [http://src.chromium.org/viewvc/chrome/branches/WebKit/375/LayoutTests/fast/dom/Geolocation/notimer-after-unload-expected.txt](http://src.chromium.org/viewvc/chrome/branches/WebKit/375/LayoutTests/fast/dom/Geolocation/notimer-after-unload-expected.txt) - [http://src.chromium.org/viewvc/chrome/branches/WebKit/375/LayoutTests/fast/dom/Geolocation/notimer-after-unload.html](http://src.chromium.org/viewvc/chrome/branches/WebKit/375/LayoutTests/fast/dom/Geolocation/notimer-after-unload.html) - [http://src.chromium.org/viewvc/chrome/branches/WebKit/375/LayoutTests/fast/dom/Geolocation/resources/notimer-after-unload.js](http://src.chromium.org/viewvc/chrome/branches/WebKit/375/LayoutTests/fast/dom/Geolocation/resources/notimer-after-unload.js) - [http://src.chromium.org/viewvc/chrome/branches/WebKit/375/WebCore/ChangeLog?r1=48114&r2=48113](http://src.chromium.org/viewvc/chrome/branches/WebKit/375/WebCore/ChangeLog?r1=48114&r2=48113) - [http://src.chromium.org/viewvc/chrome/branches/WebKit/375/WebCore/page/Geolocation.cpp?r1=48114&r2=48113](http://src.chromium.org/viewvc/chrome/branches/WebKit/375/WebCore/page/Geolocation.cpp?r1=48114&r2=48113) ### 备注 - 确保在 `Geolocation::disconnectFrame()` 中停止计时器。 - 已经合并了 59859 - 20100520,由 Marcus Bulach () 审查。