MessageSender shouldn't be a class template
Created attachment 202857 [details] Patch
Comment on attachment 202857 [details] Patch Attachment 202857 [details] did not pass efl-wk2-ews (efl-wk2): Output: http://webkit-queues.appspot.com/results/671095
Comment on attachment 202857 [details] Patch Attachment 202857 [details] did not pass qt-wk2-ews (qt-wk2): Output: http://webkit-queues.appspot.com/results/669069
Comment on attachment 202857 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=202857&action=review > Source/WebKit2/Platform/CoreIPC/MessageSender.h:69 > + virtual Connection* messageSenderConnection() = 0; > + virtual uint64_t messageSenderDestinationID() = 0; r=me if you mark all overrides as both "virtual" and "OVERRIDE"
Committed r150669: <http://trac.webkit.org/changeset/150669>