| Summary: | Fix build break when ENABLE_SECCOMP_FILTERS is ON | ||||||
|---|---|---|---|---|---|---|---|
| Product: | WebKit | Reporter: | Ryuan Choi <ryuan.choi> | ||||
| Component: | WebKit EFL | Assignee: | Ryuan Choi <ryuan.choi> | ||||
| Status: | RESOLVED FIXED | ||||||
| Severity: | Normal | CC: | cgarcia, commit-queue, darin, lucas.de.marchi, ossy | ||||
| Priority: | P2 | ||||||
| Version: | 528+ (Nightly build) | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Bug Depends on: | |||||||
| Bug Blocks: | 144096 | ||||||
| Attachments: |
|
||||||
Created attachment 254868 [details]
Patch
Comment on attachment 254868 [details]
Patch
Oops, sorry about this.
Comment on attachment 254868 [details] Patch Clearing flags on attachment: 254868 Committed r185568: <http://trac.webkit.org/changeset/185568> All reviewed patches have been landed. Closing bug. |
../../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.