[Webkit-unassigned] [Bug 145967] New: Fix build break when ENABLE_SECCOMP_FILTERS is ON

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 15 03:38:57 PDT 2015


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

            Bug ID: 145967
           Summary: Fix build break when ENABLE_SECCOMP_FILTERS is ON
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit EFL
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: ryuan.choi at navercorp.com
                CC: demarchi at webkit.org

../../Source/WebKit2/Shared/linux/SeccompFilters/OpenSyscall.cpp: In member function ‘virtual void WebKit::OpenSyscallResult::encode(IPC::ArgumentEncoder&) const’:
../../Source/WebKit2/Shared/linux/SeccompFilters/OpenSyscall.cpp:203:41: error: cannot bind ‘IPC::Attachment’ lvalue to ‘IPC::Attachment&&’
         encoder.addAttachment(attachment);
                                         ^
In file included from ../../Source/WebKit2/Platform/IPC/ArgumentCoders.h:30:0,
                 from ../../Source/WebKit2/Shared/linux/SeccompFilters/OpenSyscall.cpp:31:
../../Source/WebKit2/Platform/IPC/ArgumentEncoder.h:68:10: error:   initializing argument 1 of ‘void IPC::ArgumentEncoder::addAttachment(IPC::Attachment&&)’
     void addAttachment(Attachment&&);
          ^
ninja: build stopped: subcommand failed.

-- 
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/20150615/69c2f830/attachment.html>


More information about the webkit-unassigned mailing list