[Webkit-unassigned] [Bug 63608] [EFL][WK2] Add ModuleEfl.cpp

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 10 19:32:12 PST 2012


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





--- Comment #5 from Ryuan Choi <ryuan.choi at samsung.com>  2012-01-10 19:32:11 PST ---
(From update of attachment 120927)
View in context: https://bugs.webkit.org/attachment.cgi?id=120927&action=review

> Source/WebKit2/Platform/efl/ModuleEfl.cpp:51
> +    void* symbolPointer = 0;
> +
> +    if (m_module)
> +        symbolPointer = eina_module_symbol_get(m_module, functionName);
> +
> +    return symbolPointer;

Almost looks good to me.

As small thing, below is clear for me.
if (m_module)
    return eina_module_symbol_get(m_module, functionName);

return 0;

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