Bug 125188 - Fix regression caused by r158599
Summary: Fix regression caused by r158599
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Media (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Eric Carlson
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2013-12-03 14:44 PST by Eric Carlson
Modified: 2013-12-03 15:03 PST (History)
5 users (show)

See Also:


Attachments
Proposed patch (1.15 KB, patch)
2013-12-03 14:47 PST, Eric Carlson
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Carlson 2013-12-03 14:44:35 PST
r158599 added a setting to disable video plugin proxy support in HTMLMediaElement. It also caused the media player to be unconditionally cleared in HTMLMediaElement::clearMediaPlayer, which the old code did not do.
Comment 1 Eric Carlson 2013-12-03 14:44:54 PST
<rdar://problem/15540893>
Comment 2 Eric Carlson 2013-12-03 14:47:52 PST
Created attachment 218346 [details]
Proposed patch
Comment 3 Jer Noble 2013-12-03 14:49:42 PST
Comment on attachment 218346 [details]
Proposed patch

r=me
Comment 4 Eric Carlson 2013-12-03 15:02:56 PST
Committed r160046 - https://trac.webkit.org/r160046