Bug 56057 - Frequent crash when printing in WebPageProxy::setAutodisplay
Summary: Frequent crash when printing in WebPageProxy::setAutodisplay
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Printing (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac (Intel) OS X 10.6
: P1 Normal
Assignee: Alexey Proskuryakov
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2011-03-09 15:32 PST by Alexey Proskuryakov
Modified: 2011-03-09 16:39 PST (History)
0 users

See Also:


Attachments
proposed fix (1.27 KB, patch)
2011-03-09 15:39 PST, Alexey Proskuryakov
mitz: 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-03-09 15:32:26 PST
The page could be closed while waiting for autodisplay timer to fire.

<rdar://problem/9053290>
Comment 1 Alexey Proskuryakov 2011-03-09 15:39:39 PST
Created attachment 85246 [details]
proposed fix
Comment 2 Alexey Proskuryakov 2011-03-09 16:39:31 PST
Committed <http://trac.webkit.org/changeset/80675>.