[webkit-reviews] review granted: [Bug 19677] Syntax highlighting JavaScript needs to be lazy : [Attachment 21858] Proposed patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 20 11:29:25 PDT 2008


Adam Roben (aroben) <aroben at apple.com> has granted Timothy Hatcher
<timothy at hatcher.name>'s request for review:
Bug 19677: Syntax highlighting JavaScript needs to be lazy
https://bugs.webkit.org/show_bug.cgi?id=19677

Attachment 21858: Proposed patch
https://bugs.webkit.org/attachment.cgi?id=21858&action=edit

------- Additional Comments from Adam Roben (aroben) <aroben at apple.com>
+		 if (i < (end - 1))
+		     deleteContinueFlags(previousCell);

I think if (i > 0) would be clearer here.

r=me


More information about the webkit-reviews mailing list