Bug 52375 - Crash in Widget::setFrameRect()
Summary: Crash in Widget::setFrameRect()
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Plug-ins (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac All
: P2 Normal
Assignee: mitz
URL:
Keywords: InRadar, Regression
Depends on:
Blocks:
 
Reported: 2011-01-13 10:05 PST by mitz
Modified: 2011-01-13 10:21 PST (History)
0 users

See Also:


Attachments
Protect the Widget from deletion when calling out to the platform widget (6.48 KB, patch)
2011-01-13 10:12 PST, mitz
simon.fraser: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description mitz 2011-01-13 10:05:31 PST
Crash in Widget::setFrameRect()
Comment 1 mitz 2011-01-13 10:11:56 PST
<rdar://problem/8098442>
Comment 2 mitz 2011-01-13 10:12:41 PST
Created attachment 78822 [details]
Protect the Widget from deletion when calling out to the platform widget
Comment 3 mitz 2011-01-13 10:21:52 PST
Fixed in <http://trac.webkit.org/changeset/75720>.