Bug 103318

Summary: Don't throw an exception if user gesture is required for load
Product: WebKit Reporter: Min Qin <qinmin>
Component: New BugsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: dino, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Min Qin 2012-11-26 16:32:52 PST
Don't throw an exception if user gesture is required for load
Comment 1 Min Qin 2012-11-26 16:42:17 PST
Created attachment 176109 [details]
Patch
Comment 2 WebKit Review Bot 2012-11-27 09:40:11 PST
Comment on attachment 176109 [details]
Patch

Clearing flags on attachment: 176109

Committed r135866: <http://trac.webkit.org/changeset/135866>
Comment 3 WebKit Review Bot 2012-11-27 09:40:14 PST
All reviewed patches have been landed.  Closing bug.
Comment 4 Dean Jackson 2012-11-27 09:45:43 PST
Source/WebCore/html/HTMLMediaElement.cpp:679:44: error: unused parameter 'ec'
Comment 5 Dean Jackson 2012-11-27 09:54:21 PST
This broke the Apple builds. Fixed in r135869.

This would have been detected by the EWS - please make sure to submit the patches for review there.