Bug 23411

Summary: build fails for no-VIDEO config
Product: WebKit Reporter: zalan <zalan>
Component: WebCore Misc.Assignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Mac   
OS: OS X 10.5   
Attachments:
Description Flags
no-video build fix none

Description zalan 2009-01-18 02:09:08 PST
http://trac.webkit.org/changeset/40016 introduced MediaControlInputElement in RenderSlider
Comment 1 zalan 2009-01-18 02:18:00 PST
Created attachment 26832 [details]
no-video build fix

not sure what's the policy in this case whether the newly introduced if (style()->appearance() == MediaSliderPart) branch should go behind #if ENABLE(VIDEO) or not.
(note that MediaSliderPart is not behind #if ENABLE(VIDEO), only the MediaControlInputElement class is)
Comment 2 Mark Rowe (bdash) 2009-01-18 15:45:42 PST

*** This bug has been marked as a duplicate of 23410 ***
Comment 3 Mark Rowe (bdash) 2009-01-30 05:25:30 PST
Comment on attachment 26832 [details]
no-video build fix

Clearing review flag.