[Webkit-unassigned] [Bug 143689] New: [EFL][GTK] Fix build break after r182753

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 13 18:23:17 PDT 2015


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

            Bug ID: 143689
           Summary: [EFL][GTK] Fix build break after r182753
    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: hs85.jeong at samsung.com
                CC: demarchi at webkit.org

https://build.webkit.org/builders/EFL%20Linux%2064-bit%20Release%20WK2%20%28Perf%29/builds/5326/steps/compile-webkit/logs/stdio

../../Source/WebKit2/Platform/SharedMemory.h:81:33: error: candidates are: static WTF::RefPtr<WebKit::SharedMemory> WebKit::SharedMemory::create(void*, size_t, WebKit::SharedMemory::Protection)
../../Source/WebKit2/Platform/SharedMemory.h:80:33: error:                 static WTF::RefPtr<WebKit::SharedMemory> WebKit::SharedMemory::create(const WebKit::SharedMemory::Handle&, WebKit::SharedMemory::Protection)
../../Source/WebKit2/Platform/SharedMemory.h:79:33: error:                 static WTF::RefPtr<WebKit::SharedMemory> WebKit::SharedMemory::create(size_t)
../../Source/WebKit2/Platform/unix/SharedMemoryUnix.cpp: In function 'int WebKit::accessModeMMap(WebKit::SharedMemory::Protection)':
../../Source/WebKit2/Platform/unix/SharedMemoryUnix.cpp:150:10: error: 'ReadOnly' is not a member of 'WebKit::SharedMemory'
../../Source/WebKit2/Platform/unix/SharedMemoryUnix.cpp:152:10: error: 'ReadWrite' is not a member of 'WebKit::SharedMemory'
../../Source/WebKit2/Platform/unix/SharedMemoryUnix.cpp:149:12: error: enumeration value 'ReadOnly' not handled in switch [-Werror=switch]
../../Source/WebKit2/Platform/unix/SharedMemoryUnix.cpp:149:12: error: enumeration value 'ReadWrite' not handled in switch [-Werror=switch]
../../Source/WebKit2/Platform/unix/SharedMemoryUnix.cpp: At global scope:
../../Source/WebKit2/Platform/unix/SharedMemoryUnix.cpp:160:26: error: prototype for 'WTF::PassRefPtr<WebKit::SharedMemory> WebKit::SharedMemory::create(const WebKit::SharedMemory::Handle&, WebKit::SharedMemory::Protection)' does not match any in class 'WebKit::SharedMemory'
In file included from ../../Source/WebKit2/Platform/unix/SharedMemoryUnix.cpp:30:0:
../../Source/WebKit2/Platform/SharedMemory.h:81:33: error: candidates are: static WTF::RefPtr<WebKit::SharedMemory> WebKit::SharedMemory::create(void*, size_t, WebKit::SharedMemory::Protection)
../../Source/WebKit2/Platform/SharedMemory.h:80:33: error:                 static WTF::RefPtr<WebKit::SharedMemory> WebKit::SharedMemory::create(const WebKit::SharedMemory::Handle&, WebKit::SharedMemory::Protection)
../../Source/WebKit2/Platform/SharedMemory.h:79:33: error:                 static WTF::RefPtr<WebKit::SharedMemory> WebKit::SharedMemory::create(size_t)
cc1plus: all warnings being treated as errors
ICECC[8638] 23:37:19: Compiled on 10.6.11.34
../../Source/WebKit2/Platform/IPC/unix/ConnectionUnix.cpp: In member function 'bool IPC::Connection::processMessage()':
../../Source/WebKit2/Platform/IPC/unix/ConnectionUnix.cpp:252:63: error: 'ReadOnly' is not a member of 'WebKit::SharedMemory'
../../Source/WebKit2/Platform/IPC/unix/ConnectionUnix.cpp: In member function 'bool IPC::Connection::sendOutgoingMessage(std::unique_ptr<IPC::MessageEncoder>)':
../../Source/WebKit2/Platform/IPC/unix/ConnectionUnix.cpp:441:51: error: 'ReadOnly' is not a member of 'WebKit::SharedMemory'

-- 
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/20150414/c0467790/attachment.html>


More information about the webkit-unassigned mailing list