[Webkit-unassigned] [Bug 165238] New: Build break when using --minimal

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 30 19:01:10 PST 2016


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

            Bug ID: 165238
           Summary: Build break when using --minimal
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CSS
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: gyuyoung.kim at webkit.org

When I build WebKit using --minimal option, there is a build break as below,

e/WebCore/CMakeFiles/WebCore.dir/css/parser/CSSSelectorParser.cpp.o -c ../../Source/WebCore/css/parser/CSSSelectorParser.cpp
../../Source/WebCore/css/parser/CSSSelectorParser.cpp: In member function ‘std::unique_ptr<WebCore::CSSParserSelector> WebCore::CSSSelectorParser::consumePseudo(WebCore::CSSParserTokenRange&)’:
../../Source/WebCore/css/parser/CSSSelectorParser.cpp:547:48: error: ‘PseudoElementCue’ is not a member of ‘WebCore::CSSSelector’
                 selector->setPseudoElementType(CSSSelector::PseudoElementCue);

It looks we need to use #if ENABLE(VIDEO_TRACK) guard for CSSSelector::PseudoElementCue.

-- 
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/20161201/e0088d4b/attachment.html>


More information about the webkit-unassigned mailing list