[webkit-reviews] review denied: [Bug 31264] garbageCollectNow() should return a value : [Attachment 45440] Added more info in ChangeLog

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 23 11:15:19 PST 2009


Sam Weinig <sam at webkit.org> has denied Yong Li <yong.li.webkit at gmail.com>'s
request for review:
Bug 31264: garbageCollectNow() should return a value
https://bugs.webkit.org/show_bug.cgi?id=31264

Attachment 45440: Added more info in ChangeLog
https://bugs.webkit.org/attachment.cgi?id=45440&action=review

------- Additional Comments from Sam Weinig <sam at webkit.org>
This patch will not compile, as the JSC garbage collector Heap no longer has a
method called collect().  It has been replaced by a method called
collectAllGarbage() which does not return a value.  This bug should probably be
closed.


More information about the webkit-reviews mailing list