[webkit-reviews] review denied: [Bug 37046] Create a class that can be extended to prevent objects from being placed on the heap : [Attachment 52461] patch (v5)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 2 16:30:06 PDT 2010


Maciej Stachowiak <mjs at apple.com> has denied Andy Estes <aestes at apple.com>'s
request for review:
Bug 37046: Create a class that can be extended to prevent objects from being
placed on the heap
https://bugs.webkit.org/show_bug.cgi?id=37046

Attachment 52461: patch (v5)
https://bugs.webkit.org/attachment.cgi?id=52461&action=review

------- Additional Comments from Maciej Stachowiak <mjs at apple.com>
I'm not sure this class is a good idea. It can't stop an object from being a
data member of another object, including one being allocated on the heap. So it
doesn't truly prevent heap allocation.


More information about the webkit-reviews mailing list