RESOLVED FIXED 116166
[Mac] Make Clipboard class no longer polymorphic by removing the last virtual functions
https://bugs.webkit.org/show_bug.cgi?id=116166
Summary [Mac] Make Clipboard class no longer polymorphic by removing the last virtual...
Darin Adler
Reported 2013-05-15 10:25:14 PDT
[Mac] Make Clipboard class no longer polymorphic by removing the last virtual functions
Attachments
Patch (2.45 KB, patch)
2013-05-15 10:29 PDT, Darin Adler
andersca: review+
Darin Adler
Comment 1 2013-05-15 10:29:04 PDT
Alexey Proskuryakov
Comment 2 2013-05-15 11:44:56 PDT
Comment on attachment 201854 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=201854&action=review Does the improvement from making a few functions non-virtual outweigh the confusion from them being different across ports? > Source/WebCore/dom/Clipboard.h:72 > - virtual ~Clipboard(); > + LEGACY_VIRTUAL ~Clipboard(); I'm not sure that LEGACY_VIRTUAL is a great name, I certainly wouldn't understand it if I saw it.
Alexey Proskuryakov
Comment 3 2013-05-15 11:45:10 PDT
(I also said r+ with my comment).
Darin Adler
Comment 4 2013-05-15 12:37:23 PDT
Note You need to log in before you can comment on or make changes to this bug.