[Webkit-unassigned] [Bug 63491] [EFL] Remove IconDatabase initialization in _ewk_init_body()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 27 17:41:50 PDT 2011


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





--- Comment #7 from Jaehun Lim <ljaehun.lim at samsung.com>  2011-06-27 17:41:50 PST ---
(In reply to comment #2)
> View in context: https://bugs.webkit.org/attachment.cgi?id=98811&action=review
> 
> > Source/WebKit/efl/ewk/ewk_settings.cpp:156
> >      if (directory) {
> > +        if (WebCore::iconDatabase().isEnabled()) {
> > +            ERR("IconDatabase is enabled already: %s", _ewk_icon_database_path);
> > +            return EINA_FALSE;
> > +        }
> 
> If then, can we close iconDatabase?
> Does we need to update comments?

I chnaged API's comments.

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