Bug 116323

Summary: Move the policy function to WebFramePolicyListener
Product: WebKit Reporter: Anders Carlsson <andersca>
Component: New BugsAssignee: Anders Carlsson <andersca>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch darin: review+

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>