Bug 52590 - Should pass a frame into -[WKView canPrintHeadersAndFooters]
Summary: Should pass a frame into -[WKView canPrintHeadersAndFooters]
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Alexey Proskuryakov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-17 11:23 PST by Alexey Proskuryakov
Modified: 2011-01-17 11:44 PST (History)
0 users

See Also:


Attachments
proposed patch (2.00 KB, patch)
2011-01-17 11:29 PST, Alexey Proskuryakov
sullivan: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>.