[Webkit-unassigned] [Bug 34082] [Android] Android Geolocation service should not start if the WebView is paused
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Feb 22 14:31:38 PST 2010
https://bugs.webkit.org/show_bug.cgi?id=34082
--- Comment #9 from Eric Seidel <eric at webkit.org> 2010-02-22 14:31:38 PST ---
(From update of attachment 47927)
Please use an Enum instead of true/false to make callers clearer.
+PassRefPtr<Geolocation> Geolocation::create(Frame* frame, bool suspend)
Wast the page() suspension stuff already added separatedly?
155 m_geolocation = Geolocation::create(m_frame, m_frame &&
m_frame->page()->isSuspended());
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list