[Webkit-unassigned] [Bug 16036] Further cleanup to PCRE

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Nov 18 15:14:04 PST 2007


http://bugs.webkit.org/show_bug.cgi?id=16036


sam at webkit.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #17356|                            |review+
               Flag|                            |




------- Comment #36 from sam at webkit.org  2007-11-18 15:14 PDT -------
(From update of attachment 17356)
In the other patches I have reviewed so far you are changing infinite loops
like
+    for (;;) {
to while (true).  I think it is better to be consistent and change this one as
well.

r=me with ChangeLog.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list