Bug 147873 - WebFrameLoaderClient::dispatchDecidePolicyForResponse() calls an std::function after it's been moved from
Summary: WebFrameLoaderClient::dispatchDecidePolicyForResponse() calls an std::functio...
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: Andy Estes
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-08-11 01:08 PDT by Andy Estes
Modified: 2015-08-11 13:41 PDT (History)
3 users (show)

See Also:


Attachments
Patch (2.22 KB, patch)
2015-08-11 01:12 PDT, Andy Estes
ap: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andy Estes 2015-08-11 01:08:31 PDT
WebFrameLoaderClient::dispatchDecidePolicyForResponse() calls an std::function after it's been moved from
Comment 1 Andy Estes 2015-08-11 01:12:40 PDT
Created attachment 258710 [details]
Patch
Comment 2 Andy Estes 2015-08-11 13:41:41 PDT
Committed r188287: <http://trac.webkit.org/changeset/188287>