RESOLVED FIXED 151623
[GTK] Do not use the WebCore garbage collector timer
https://bugs.webkit.org/show_bug.cgi?id=151623
Summary [GTK] Do not use the WebCore garbage collector timer
Carlos Garcia Campos
Reported 2015-11-26 06:05:22 PST
Now that garbage collector timers have been implemented in JavaScriptCore for glib, we don't need to use another Timer in WebCore.
Attachments
Patch (2.28 KB, patch)
2015-11-26 06:08 PST, Carlos Garcia Campos
mrobinson: review+
Carlos Garcia Campos
Comment 1 2015-11-26 06:08:05 PST
Martin Robinson
Comment 2 2015-11-27 00:20:04 PST
Comment on attachment 266183 [details] Patch Looks like EFL needs this patch as well.
Carlos Garcia Campos
Comment 3 2015-11-27 00:29:08 PST
Yes, actually, this works for EFL because USE(GLIB) is true for them
Martin Robinson
Comment 4 2015-11-27 00:30:42 PST
(In reply to comment #3) > Yes, actually, this works for EFL because USE(GLIB) is true for them Oh, you are right. I had forgotten that.
Carlos Garcia Campos
Comment 5 2015-11-27 00:38:05 PST
Note You need to log in before you can comment on or make changes to this bug.