Bug 52590

Summary: Should pass a frame into -[WKView canPrintHeadersAndFooters]
Product: WebKit Reporter: Alexey Proskuryakov <ap>
Component: WebKit2Assignee: Alexey Proskuryakov <ap>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
proposed patch sullivan: review+

Description Alexey Proskuryakov 2011-01-17 11:23:45 PST
Right now, PDF views can only be in the main frame, but that's not forever so. The method needs a frame argument for future compatibility.
Comment 1 Alexey Proskuryakov 2011-01-17 11:29:51 PST
Created attachment 79194 [details]
proposed patch
Comment 2 Alexey Proskuryakov 2011-01-17 11:44:10 PST
Committed <http://trac.webkit.org/changeset/75959>.