[Webkit-unassigned] [Bug 139428] New: Fix EFL build fix since r177001

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 8 21:40:18 PST 2014


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

            Bug ID: 139428
           Summary: Fix EFL build fix since r177001
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: gyuyoung.kim at webkit.org

EFL port has broken since r177001. Because EFL port treats build warning as error. This patch generated a below warning.

../../Source/JavaScriptCore/parser/Nodes.h:1104:11: error: direct base ‘JSC::ParserArenaFreeable’ inaccessible in ‘JSC::CommaNode’ due to ambiguity [-Werror]
     class CommaNode final : public ExpressionNode, public ParserArenaFreeable {

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20141209/d27374d8/attachment-0002.html>


More information about the webkit-unassigned mailing list