[Webkit-unassigned] [Bug 96974] [EFL][WK2] Add APIs to enable or disable developerExtraEnabled
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Sep 18 06:05:32 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=96974
--- Comment #3 from Jinwoo Song <jinwoo7.song at samsung.com> 2012-09-18 06:06:01 PST ---
(From update of attachment 164490)
View in context: https://bugs.webkit.org/attachment.cgi?id=164490&action=review
> Source/WebKit2/UIProcess/API/efl/ewk_settings.cpp:87
> +Eina_Bool ewk_settings_enable_developer_extras_set(const Ewk_Settings* settings, Eina_Bool enable)
s/const Ewk_Settings* settings/Ewk_Settings *settings
> Source/WebKit2/UIProcess/API/efl/ewk_settings.h:121
> +EAPI Eina_Bool ewk_settings_enable_developer_extras_set(const Ewk_Settings *settings, Eina_Bool enable);
s/const Ewk_Settings/Ewk_Settings
--
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