[webkit-reviews] review granted: [Bug 34321] JSC is failing to propagate anonymous slot count on some transitions : [Attachment 47694] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 29 09:24:44 PST 2010


Darin Adler <darin at apple.com> has granted Oliver Hunt <oliver at apple.com>'s
request for review:
Bug 34321: JSC is failing to propagate anonymous slot count on some transitions
https://bugs.webkit.org/show_bug.cgi?id=34321

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

------- Additional Comments from Darin Adler <darin at apple.com>
> +    push(@implContent, "   
ASSERT((int)(this->structure()->anonymousSlotCount()) >=
(int)AnonymousSlotCount);\n");

Why are these casts needed? If they are needed, why use C-style casts instead
of C++-style?


More information about the webkit-reviews mailing list