[Webkit-unassigned] [Bug 95923] [EFL] Implement GCActivityCallback
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed May 22 00:30:19 PDT 2013
https://bugs.webkit.org/show_bug.cgi?id=95923
--- Comment #32 from Gyuyoung Kim <gyuyoung.kim at samsung.com> 2013-05-22 00:28:46 PST ---
(In reply to comment #30)
> (From update of attachment 202500 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=202500&action=review
>
> >> Source/JavaScriptCore/heap/HeapTimer.cpp:174
> >> + ecore_init();
> >
> > Why do you need to call ecore_init() again though it is already called during the webprocess initialization ?
>
> There's a binary to run in shell. That binary runs without ecore_init but ecore_timer is in GCActivityCallback.
If so, how about adding it to main() of Jsc.cpp ? I don't agree to call ecore_init() / ecore_shutdown() again here. I heard that there may be problems inside EFL when we call it twice.
--
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