Bug 23235

Summary: Build fix for non-VIDEO builds
Product: WebKit Reporter: zalan <zalan>
Component: WebCore Misc.Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Mac   
OS: OS X 10.5   
Attachments:
Description Flags
fix non-video builds ap: review+

Description zalan 2009-01-11 01:42:23 PST
Move styleSheetForMediaControls and hitTestMediaControlPart behind #if ENABLE(VIDEO)

http://trac.webkit.org/changeset/39782 introduced them.
Comment 1 zalan 2009-01-11 01:45:17 PST
Created attachment 26600 [details]
fix non-video builds
Comment 2 Alexey Proskuryakov 2009-01-11 03:01:27 PST
Comment on attachment 26600 [details]
fix non-video builds

It's a bit strange that this is not needed for AUDIO - Zalan says that calling code in behind an ENABLE(VIDEO), too.
Comment 3 Alexey Proskuryakov 2009-01-11 03:06:54 PST
Committed revision 39795.