Ticket #62842: patch-Source_WebKit_Platform_IPC_Connection.cpp.diff
File patch-Source_WebKit_Platform_IPC_Connection.cpp.diff, 1.4 KB (added by cooljeanius (Eric Gallager), 4 years ago) |
---|
-
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_www_webkit2-gtk/webkit2-gtk/work/webkitgtk-2.28.2/Source/WebKit/Platform/IPC/Connection.cpp
old new 36 36 #include <wtf/text/WTFString.h> 37 37 #include <wtf/threads/BinarySemaphore.h> 38 38 39 #include <unistd.h> 40 39 41 #if PLATFORM(COCOA) 40 42 #include "MachMessage.h" 41 43 #endif … … 669 671 } 670 672 671 673 #if OS(DARWIN) 672 RELEASE_LOG_ERROR(IPC, "Connection::waitForSyncReply: Timed-out while waiting for reply for %{public}s::%{public}s from process %d, id = %" PRIu64, messageReceiverName.toString().data(), messageName.toString().data(), remoteProcessID(), syncRequestID);674 RELEASE_LOG_ERROR(IPC, "Connection::waitForSyncReply: Timed-out while waiting for reply for %{public}s::%{public}s from process %d, id = %" PRIu64, messageReceiverName.toString().data(), messageName.toString().data(), (int)getpid(), syncRequestID); 673 675 #else 674 676 RELEASE_LOG_ERROR(IPC, "Connection::waitForSyncReply: Timed-out while waiting for reply for %s::%s, id = %" PRIu64, messageReceiverName.toString().data(), messageName.toString().data(), syncRequestID); 675 677 #endif