[webkit-reviews] review granted: [Bug 65288] Add checks to ensure allocation does not take place during initialization of GC-managed objects : [Attachment 104870] Fixing review issues

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 23 15:53:41 PDT 2011


Darin Adler <darin at apple.com> has granted Mark Hahnenberg
<mhahnenberg at apple.com>'s request for review:
Bug 65288: Add checks to ensure allocation does not take place during
initialization of GC-managed objects
https://bugs.webkit.org/show_bug.cgi?id=65288

Attachment 104870: Fixing review issues
https://bugs.webkit.org/attachment.cgi?id=104870&action=review

------- Additional Comments from Darin Adler <darin at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=104870&action=review


> Source/JavaScriptCore/runtime/JSGlobalData.h:296
> +	   bool m_initializingObject;

Should be named m_isInitializingObject.


More information about the webkit-reviews mailing list