Bug 125188

Summary: Fix regression caused by r158599
Product: WebKit Reporter: Eric Carlson <eric.carlson>
Component: MediaAssignee: Eric Carlson <eric.carlson>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, esprehn+autocc, glenn, gyuyoung.kim, jer.noble
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Proposed patch none

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