[webkit-reviews] review granted: [Bug 136655] REGRESSION (r172129): Vine pages load as blank : [Attachment 237979] the patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 11 12:47:05 PDT 2014


Michael Saboff <msaboff at apple.com> has granted Filip Pizlo <fpizlo at apple.com>'s
request for review:
Bug 136655: REGRESSION (r172129): Vine pages load as blank
https://bugs.webkit.org/show_bug.cgi?id=136655

Attachment 237979: the patch
https://bugs.webkit.org/attachment.cgi?id=237979&action=review

------- Additional Comments from Michael Saboff <msaboff at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=237979&action=review


r=me

> Source/JavaScriptCore/dfg/DFGPhantomRemovalPhase.cpp:101
> +		       if (sourceIndex - 1) {

I prefer if (sourceIndex > 1) for readability


More information about the webkit-reviews mailing list