Bug 77927

Summary: [BlackBerry] Use WebPagePrivate instead of WebPage in GeolocationControllerClientBlackBerry
Product: WebKit Reporter: Leo Yang <leo.yang>
Component: New BugsAssignee: Leo Yang <leo.yang>
Status: RESOLVED FIXED    
Severity: Normal CC: charles.wei, rwlbuis, staikos, tonikitoo, zimmermann
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 73144    
Attachments:
Description Flags
Patch tonikitoo: review+

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>