зеркало из https://github.com/mozilla/gecko-dev.git
Bug 801345 - Give MessageReplyDeserializer a virtual dtor since we delete the base class pointer; r=cjones
This commit is contained in:
Родитель
7964385bcb
Коммит
76e3d29305
|
@ -85,6 +85,7 @@ class SyncMessage : public Message {
|
|||
class MessageReplyDeserializer {
|
||||
public:
|
||||
bool SerializeOutputParameters(const Message& msg);
|
||||
virtual ~MessageReplyDeserializer() {}
|
||||
private:
|
||||
// Derived classes need to implement this, using the given iterator (which
|
||||
// is skipped past the header for synchronous messages).
|
||||
|
|
Загрузка…
Ссылка в новой задаче