Bug 23411 - build fails for no-VIDEO config
Summary: build fails for no-VIDEO config
Status: RESOLVED DUPLICATE of bug 23410
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-18 02:09 PST by zalan
Modified: 2009-01-30 05:25 PST (History)
0 users

See Also:


Attachments
no-video build fix (1.44 KB, patch)
2009-01-18 02:18 PST, zalan
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.