[Webkit-unassigned] [Bug 147259] New: Fix the !ENABLE(MEDIA_STREAM) build after r187282

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 24 02:40:43 PDT 2015


https://bugs.webkit.org/show_bug.cgi?id=147259

            Bug ID: 147259
           Summary: Fix the !ENABLE(MEDIA_STREAM) build after r187282
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: New Bugs
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: ossy at webkit.org
                CC: bfulgham at webkit.org, mdaiter at apple.com
            Blocks: 147202

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.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150724/3b5a0f63/attachment.html>


More information about the webkit-unassigned mailing list