Bug 140614 - Replace use of WTF::bind() in MemoryPressureHandlerLinux.cpp with a C++ lambda
Summary: Replace use of WTF::bind() in MemoryPressureHandlerLinux.cpp with a C++ lambda
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Zan Dobersek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-01-19 02:21 PST by Zan Dobersek
Modified: 2015-01-19 12:34 PST (History)
0 users

See Also:


Attachments
Patch (1.51 KB, patch)
2015-01-19 02:22 PST, Zan Dobersek
no flags Details | Formatted Diff | Diff
Patch (1.69 KB, patch)
2015-01-19 02:23 PST, Zan Dobersek
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Zan Dobersek 2015-01-19 02:21:30 PST
Replace use of WTF::bind() in MemoryPressureHandlerLinux.cpp with a C++ lambda
Comment 1 Zan Dobersek 2015-01-19 02:22:24 PST
Created attachment 244890 [details]
Patch
Comment 2 Zan Dobersek 2015-01-19 02:23:14 PST
Created attachment 244891 [details]
Patch
Comment 3 Zan Dobersek 2015-01-19 12:33:59 PST
Comment on attachment 244891 [details]
Patch

Clearing flags on attachment: 244891

Committed r178667: <http://trac.webkit.org/changeset/178667>
Comment 4 Zan Dobersek 2015-01-19 12:34:10 PST
All reviewed patches have been landed.  Closing bug.