[Webkit-unassigned] [Bug 155255] MemoryPressureHandler doesn't work if cgroups aren't present in Linux
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Jul 20 05:23:46 PDT 2016
https://bugs.webkit.org/show_bug.cgi?id=155255
--- Comment #42 from Carlos Garcia Campos <cgarcia at igalia.com> ---
(In reply to comment #41)
> (In reply to comment #40)
> > Comment on attachment 283624 [details]
> > Try to fix builds
> >
> > View in context:
> > https://bugs.webkit.org/attachment.cgi?id=283624&action=review
> >
> > > Source/WebKit2/UIProcess/linux/MemoryPressureMonitor.cpp:29
> > > +#if OS(LINUX)
> >
> > is OS(LINUX) needed given that we are within
> > Source/WebKit2/UIProcess/*linux*/...?
>
> Right! we don't really need that here.
We actually need it, because we are unconditionally adding the file to the build, even for other unix systems like freebsd or macosx.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160720/2ae4d3e7/attachment.html>
More information about the webkit-unassigned
mailing list