Title: [222607] trunk/Source/_javascript_Core/ChangeLog
Revision
222607
Author
msab...@apple.com
Date
2017-09-28 04:20:24 -0700 (Thu, 28 Sep 2017)

Log Message

Unreviewed fix of description in Changelog.

Modified Paths


Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (222606 => 222607)


--- trunk/Source/_javascript_Core/ChangeLog	2017-09-28 09:30:34 UTC (rev 222606)
+++ trunk/Source/_javascript_Core/ChangeLog	2017-09-28 11:20:24 UTC (rev 222607)
@@ -6,8 +6,8 @@
         Reviewed by Filip Pizlo.
 
         The change in r210837 neglected to change the check in Interpreter::backtrackParentheses() that
-        greedy parenthesis have backtracked as far as possible.  Prior to r210837 when non-zero minimum greedy
-        parenthesis were factored into a fixed component and then a zero-based variable component.  After
+        greedy parenthesis have backtracked as far as possible.  Prior to r210837, non-zero minimum greedy
+        parenthesis were factored into a fixed component and a zero-based variable component.  After
         r210837, the variable component is not zero based and the check needs to compare the
         backTrack->matchAmount with the quantity iminimum count.
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to