Chromium Code Reviews| Index: WebCore/page/Geolocation.cpp |
| =================================================================== |
| --- WebCore/page/Geolocation.cpp (revision 48113) |
| +++ WebCore/page/Geolocation.cpp (working copy) |
| @@ -222,6 +222,7 @@ |
| { |
| if (m_frame && m_frame->page() && m_allowGeolocation == InProgress) |
| m_frame->page()->chrome()->cancelGeolocationPermissionRequestForFrame(m_frame, this); |
| + stopTimers(); |
| stopUpdating(); |
| if (m_frame && m_frame->document()) |
| m_frame->document()->setUsingGeolocation(false); |