Bug 23235 - Build fix for non-VIDEO builds
Summary: Build fix for non-VIDEO builds
Status: RESOLVED FIXED
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-11 01:42 PST by zalan
Modified: 2009-01-11 03:06 PST (History)
0 users

See Also:


Attachments
fix non-video builds (1.80 KB, patch)
2009-01-11 01:45 PST, zalan
ap: review+
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-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.