Bug 116323 - Move the policy function to WebFramePolicyListener
Summary: Move the policy function to WebFramePolicyListener
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: Anders Carlsson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-17 09:38 PDT by Anders Carlsson
Modified: 2013-05-17 09:47 PDT (History)
0 users

See Also:


Attachments
Patch (4.89 KB, patch)
2013-05-17 09:42 PDT, Anders Carlsson
darin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Anders Carlsson 2013-05-17 09:38:02 PDT
Move the policy function to WebFramePolicyListener
Comment 1 Anders Carlsson 2013-05-17 09:42:46 PDT
Created attachment 202102 [details]
Patch
Comment 2 Darin Adler 2013-05-17 09:44:02 PDT
Comment on attachment 202102 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=202102&action=review

> Source/WebKit/mac/WebCoreSupport/WebFrameLoaderClient.mm:2024
> +    _policyFunction = nullptr;

OK but unneeded.
Comment 3 Anders Carlsson 2013-05-17 09:47:45 PDT
Committed r150266: <http://trac.webkit.org/changeset/150266>