Bug 54145 - WM_PRINT doesn't work with new drawing area (assertion failure in DrawingAreaProxyImpl in Debug builds)
Summary: WM_PRINT doesn't work with new drawing area (assertion failure in DrawingArea...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Windows XP
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar, PlatformOnly
Depends on:
Blocks: 53805
  Show dependency treegraph
 
Reported: 2011-02-09 14:26 PST by Adam Roben (:aroben)
Modified: 2011-02-10 04:43 PST (History)
1 user (show)

See Also:


Attachments
Hook up WM_PRINT to the new drawing area (8.04 KB, patch)
2011-02-09 14:31 PST, Adam Roben (:aroben)
darin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Adam Roben (:aroben) 2011-02-09 14:26:04 PST
WM_PRINT doesn't work with the new drawing area, and causes an asertion failure in DrawingAreaProxyImpl::paint(const WebCore::IntRect&, PlatformDrawingContext) in Debug builds. The assertion is an ASSERT_NOT_REACHED().
Comment 1 Adam Roben (:aroben) 2011-02-09 14:27:18 PST
<rdar://problem/8979559>
Comment 2 Adam Roben (:aroben) 2011-02-09 14:31:20 PST
Created attachment 81876 [details]
Hook up WM_PRINT to the new drawing area
Comment 3 Adam Roben (:aroben) 2011-02-10 04:43:29 PST
Committed r78200: <http://trac.webkit.org/changeset/78200>