[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 16:29:50 PDT 2011


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


Ryuan Choi <ryuan.choi at samsung.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ryuan.choi at samsung.com




--- Comment #2 from Ryuan Choi <ryuan.choi at samsung.com>  2011-06-27 16:29:50 PST ---
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?

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