Bug 147259

Summary: Fix the !ENABLE(MEDIA_STREAM) build after r187282
Product: WebKit Reporter: Csaba Osztrogonác <ossy>
Component: New BugsAssignee: Csaba Osztrogonác <ossy>
Status: RESOLVED FIXED    
Severity: Normal CC: bfulgham, cgarcia, mdaiter, ossy
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 147202    
Attachments:
Description Flags
Patch none

Csaba Osztrogonác
Reported 2015-07-24 02:40:43 PDT
http://trac.webkit.org/changeset/187282 broke the !ENABLE(MEDIA_STREAM) build: In file included from ../../Source/WebKit2/UIProcess/UserMediaPermissionRequestManagerProxy.h:22:0, from ../../Source/WebKit2/UIProcess/WebPageProxy.h:49, from ../../Source/WebKit2/UIProcess/WebProcessProxy.h:39, from ../../Source/WebKit2/UIProcess/WebProcessPool.h:46, from ../../Source/WebKit2/UIProcess/VisitedLinkProvider.cpp:34: ../../Source/WebKit2/UIProcess/UserMediaPermissionRequestProxy.h:44:63: error: 'WebCore::RealtimeMediaSource' has not been declared class RealtimeMediaSource is defined in WebCore/platform/mediastream/RealtimeMediaSource.h inside ENABLE(MEDIA_STREAM), so all of its usage should be guarded too.
Attachments
Patch (2.11 KB, patch)
2015-07-24 02:41 PDT, Csaba Osztrogonác
no flags
Csaba Osztrogonác
Comment 1 2015-07-24 02:41:52 PDT
Csaba Osztrogonác
Comment 2 2015-07-24 06:02:38 PDT
Note You need to log in before you can comment on or make changes to this bug.