[Webkit-unassigned] [Bug 158515] New: [EFL] Build fix related with SharedBuffer::createFromReadingFile in SharedBufferPosix.cpp
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Jun 7 21:18:07 PDT 2016
https://bugs.webkit.org/show_bug.cgi?id=158515
Bug ID: 158515
Summary: [EFL] Build fix related with
SharedBuffer::createFromReadingFile in
SharedBufferPosix.cpp
Classification: Unclassified
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: WebKit EFL
Assignee: webkit-unassigned at lists.webkit.org
Reporter: jh718.park at samsung.com
CC: lucas.de.marchi at gmail.com
This patch fixes the build error shown as below.
../../Source/WebCore/platform/posix/SharedBufferPOSIX.cpp: In static member function âstatic WTF::RefPtr<WebCore::SharedBuffer> WebCore::SharedBuffer::createFromReadingFile(const WTF::String&)â:
../../Source/WebCore/platform/posix/SharedBufferPOSIX.cpp:69:42: error: operands to ?: have different types âWTF::Ref<WebCore::SharedBuffer>â and âintâ
return totalBytesRead == bytesToRead ? SharedBuffer::adoptVector(buffer) : 0;
--
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/20160608/d6ce0e64/attachment.html>
More information about the webkit-unassigned
mailing list