[Webkit-unassigned] [Bug 101193] [EFL][WK2] Add ewk_database_manager APIs

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 6 01:41:41 PST 2012


https://bugs.webkit.org/show_bug.cgi?id=101193





--- Comment #6 from Jihye Kang <jye.kang at samsung.com>  2012-11-06 01:43:11 PST ---
(In reply to comment #4)
> (From update of attachment 172452 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=172452&action=review
> 
> >> Source/WebKit2/UIProcess/API/efl/ewk_context_private.h:58
> >> +    Ewk_Database_Manager* databaseManager() const;
> > 
> > Should not be const as per WebKit coding style.
> 
> or should return const pointer, as far as I see there are only const methods in the interface

But I might add non-const methods in database manager interface later. So I think I need to use const_cast on getter for database manager rather than making databaseManager() as const function. Is it webkit preferred style?

-- 
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