[webkit-reviews] review granted: [Bug 119189] Some cleanup in PropertySlot : [Attachment 207603] fix

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jul 28 11:09:12 PDT 2013


Sam Weinig <sam at webkit.org> has granted Gavin Barraclough
<barraclough at apple.com>'s request for review:
Bug 119189: Some cleanup in PropertySlot
https://bugs.webkit.org/show_bug.cgi?id=119189

Attachment 207603: fix
https://bugs.webkit.org/attachment.cgi?id=207603&action=review

------- Additional Comments from Sam Weinig <sam at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=207603&action=review


> Source/JavaScriptCore/runtime/PropertySlot.h:205
> +	   unsigned index() const { return m_data.customIndex.index; }

Can we ASSERT that the m_propertyType is TypeCustomIndex here?


More information about the webkit-reviews mailing list