[webkit-reviews] review requested: [Bug 21810] Remove use of static C++ objects that are destroyed at exit time (destructors) : [Attachment 24956] Incremental patch addressing Retain & GC and PassRefPtr<T>

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 6 14:23:00 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 24956: Incremental patch addressing Retain & GC and PassRefPtr<T>
https://bugs.webkit.org/attachment.cgi?id=24956&action=edit

------- Additional Comments from Greg Bolsinga <bolsinga at apple.com>
This gets all above but:

static String v = f(); where String f();

I completely missed the boat on GC! Thanks.


More information about the webkit-reviews mailing list