[webkit-reviews] review requested: [Bug 21810] Remove use of static C++ objects that are destroyed at exit time (destructors) : [Attachment 24917] Updated patch to get more objects

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 5 14:08:17 PST 2008


Greg Bolsinga <bolsinga at apple.com> has asked  for review:
Bug 21810: Remove use of static C++ objects that are destroyed at exit time
(destructors)
https://bugs.webkit.org/show_bug.cgi?id=21810

Attachment 24917: Updated patch to get more objects
https://bugs.webkit.org/attachment.cgi?id=24917&action=edit

------- Additional Comments from Greg Bolsinga <bolsinga at apple.com>
I've updated the patch to do some, but not all the RefPtr<T> code.

What to do with static RefPtr<T> m = f(), when PassRefPtr<T> f();?


More information about the webkit-reviews mailing list