RESOLVED FIXED 131625
Do more things under memory pressure on non-iOS platforms.
https://bugs.webkit.org/show_bug.cgi?id=131625
Summary Do more things under memory pressure on non-iOS platforms.
Andreas Kling
Reported 2014-04-14 11:21:26 PDT
Many neat things that we do under memory pressure are guarded by PLATFORM(IOS). Let's remove some guards!
Attachments
Patch (15.06 KB, patch)
2014-04-14 12:27 PDT, Andreas Kling
koivisto: review+
Andreas Kling
Comment 1 2014-04-14 12:27:40 PDT
Andreas Kling
Comment 2 2014-04-14 16:04:26 PDT
Alexey Proskuryakov
Comment 3 2014-04-14 23:45:29 PDT
There was a build fix in <http://trac.webkit.org/changeset/167279>. Windows build is still broken: 1>..\page\FrameView.cpp(3452): error C2065: '__PRETTY_FUNCTION__' : undeclared identifier
Pratik Solanki
Comment 4 2014-04-14 23:58:04 PDT
Trying to fix Windows in r167302 <https://trac.webkit.org/r167302>
Note You need to log in before you can comment on or make changes to this bug.