Bug 77927 - [BlackBerry] Use WebPagePrivate instead of WebPage in GeolocationControllerClientBlackBerry
Summary: [BlackBerry] Use WebPagePrivate instead of WebPage in GeolocationControllerCl...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Leo Yang
URL:
Keywords:
Depends on:
Blocks: 73144
  Show dependency treegraph
 
Reported: 2012-02-06 19:41 PST by Leo Yang
Modified: 2012-02-06 21:09 PST (History)
5 users (show)

See Also:


Attachments
Patch (7.14 KB, patch)
2012-02-06 19:45 PST, Leo Yang
tonikitoo: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Leo Yang 2012-02-06 19:41:04 PST
WebKit/blackberry/Api/WebPage which has a d pointer is designed for public API. GeolocationControllerClientBlackBerry in
WebKit/blackberry/WebCoreSupport should use the d pointer directly because the client is internal
implemenation.
Comment 1 Leo Yang 2012-02-06 19:45:58 PST
Created attachment 125755 [details]
Patch
Comment 2 Leo Yang 2012-02-06 21:09:35 PST
Committed r106903: <http://trac.webkit.org/changeset/106903>