RESOLVED FIXED Bug 116743
MessageSender shouldn't be a class template
https://bugs.webkit.org/show_bug.cgi?id=116743
Summary MessageSender shouldn't be a class template
Anders Carlsson
Reported 2013-05-24 15:43:08 PDT
MessageSender shouldn't be a class template
Attachments
Patch (91.00 KB, patch)
2013-05-24 15:47 PDT, Anders Carlsson
kling: review+
eflews.bot: commit-queue-
Anders Carlsson
Comment 1 2013-05-24 15:47:35 PDT
EFL EWS Bot
Comment 2 2013-05-24 15:55:20 PDT
Early Warning System Bot
Comment 3 2013-05-24 15:56:44 PDT
Andreas Kling
Comment 4 2013-05-24 17:12:40 PDT
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"
Anders Carlsson
Comment 5 2013-05-24 17:16:58 PDT
Note You need to log in before you can comment on or make changes to this bug.