[Webkit-unassigned] [Bug 145510] New: Fix the !ENABLE(VIDEO_TRACK) build after r184799

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 1 04:39:58 PDT 2015


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

            Bug ID: 145510
           Summary: Fix the !ENABLE(VIDEO_TRACK) build after r184799
    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: eric.carlson at apple.com, jer.noble at apple.com
            Blocks: 145228

http://trac.webkit.org/changeset/184799 broke the !ENABLE(VIDEO_TRACK) build:

../../Source/WebCore/testing/Internals.cpp: In member function 'WTF::Vector<WTF::String> WebCore::Internals::userPreferredAudioCharacteristics() const':
../../Source/WebCore/testing/Internals.cpp:1301:37: error: invalid use of incomplete type 'class WebCore::PageGroup'
In file included from ../../Source/WebCore/inspector/InspectorInstrumentation.h:41:0,
                 from ../../Source/WebCore/testing/Internals.cpp:73:
../../Source/WebCore/page/Page.h:92:7: error: forward declaration of 'class WebCore::PageGroup'
../../Source/WebCore/testing/Internals.cpp: In member function 'void WebCore::Internals::setUserPreferredAudioCharacteristic(const WTF::String&)':
../../Source/WebCore/testing/Internals.cpp:1309:30: error: invalid use of incomplete type 'class WebCore::PageGroup'
In file included from ../../Source/WebCore/inspector/InspectorInstrumentation.h:41:0,
                 from ../../Source/WebCore/testing/Internals.cpp:73:
../../Source/WebCore/page/Page.h:92:7: error: forward declaration of 'class WebCore::PageGroup'
../../Source/WebCore/testing/Internals.cpp: In member function 'WTF::Vector<WTF::String> WebCore::Internals::userPreferredAudioCharacteristics() const':
../../Source/WebCore/testing/Internals.cpp:1302:1: error: control reaches end of non-void function [-Werror=return-type]

-- 
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/20150601/67e6e5fa/attachment.html>


More information about the webkit-unassigned mailing list