Bug 34448 - RenderVideo::intrinsicSizeChanged infinite recursion
Summary: RenderVideo::intrinsicSizeChanged infinite recursion
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Media (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Eric Carlson
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2010-02-01 14:00 PST by Eric Carlson
Modified: 2010-02-01 14:21 PST (History)
0 users

See Also:


Attachments
Proposed patch (2.72 KB, patch)
2010-02-01 14:10 PST, Eric Carlson
mitz: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Carlson 2010-02-01 14:00:58 PST
RenderVideo:: intrinsicSizeChanged calls RenderVideo:: intrinsicSizeChanged when it has a poster. Stupid at best, crashing at worse.
Comment 1 Eric Carlson 2010-02-01 14:01:18 PST
<rdar://problem/7598130>
Comment 2 Eric Carlson 2010-02-01 14:10:31 PST
Created attachment 47870 [details]
Proposed patch
Comment 3 mitz 2010-02-01 14:17:47 PST
Comment on attachment 47870 [details]
Proposed patch

Eric told me that there’s no regression test because he was unable to reproduce the crash.
Comment 4 Eric Carlson 2010-02-01 14:21:39 PST
http://trac.webkit.org/changeset/54151