Bug 130671

Summary: Fix !ENABLE(VIDEO) build
Product: WebKit Reporter: Zsolt Borbely <zsborbely.u-szeged>
Component: WebCore Misc.Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: achristensen, commit-queue, darin, eric.carlson
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Proposed patch none

Description Zsolt Borbely 2014-03-24 08:29:35 PDT
http://trac.webkit.org/changeset/166085 added #if ENABLE(VIDEO) guard for the 
whole Source/WebCore/platform/audio/MediaSession.cpp and its header file.

Many functions in Internals.cpp (h/idl) used the newly guarded functions,
so they should be guarded too.
Comment 1 Zsolt Borbely 2014-03-24 08:31:50 PDT
Created attachment 227646 [details]
Proposed patch
Comment 2 WebKit Commit Bot 2014-03-24 09:36:07 PDT
Comment on attachment 227646 [details]
Proposed patch

Clearing flags on attachment: 227646

Committed r166172: <http://trac.webkit.org/changeset/166172>
Comment 3 WebKit Commit Bot 2014-03-24 09:36:10 PDT
All reviewed patches have been landed.  Closing bug.