[Webkit-unassigned] [Bug 158512] New: EFL build break since r201761

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 7 20:01:37 PDT 2016


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

            Bug ID: 158512
           Summary: EFL build break since r201761
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: New Bugs
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: gyuyoung.kim at webkit.org

There has been build error since r201761 on EFL port. To resotre EFL bot, I land a fix without review.

Source/WebCore/CMakeFiles/WebCore.dir/platform/posix/SharedBufferPOSIX.cpp.o.d -o Source/WebCore/CMakeFiles/WebCore.dir/platform/posix/SharedBufferPOSIX.cpp.o -c ../../Source/WebCore/platform/posix/SharedBufferPOSIX.cpp
../../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/a1089be8/attachment.html>


More information about the webkit-unassigned mailing list