Title: [230366] trunk/Tools
Revision
230366
Author
za...@apple.com
Date
2018-04-06 20:56:21 -0700 (Fri, 06 Apr 2018)

Log Message

Rebaseline LayoutReloaded patch file.

* LayoutReloaded/misc/LayoutReloadedWebKit.patch:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (230365 => 230366)


--- trunk/Tools/ChangeLog	2018-04-07 03:48:55 UTC (rev 230365)
+++ trunk/Tools/ChangeLog	2018-04-07 03:56:21 UTC (rev 230366)
@@ -1,3 +1,9 @@
+2018-04-06  Zalan Bujtas  <za...@apple.com>
+
+        Rebaseline LayoutReloaded patch file.
+
+        * LayoutReloaded/misc/LayoutReloadedWebKit.patch:
+
 2018-04-06  Fujii Hironori  <hironori.fu...@sony.com>
 
         [Win][WebCore] Expose a constant for scrollbar pixels per line (cScrollbarPixelsPerLine)

Modified: trunk/Tools/LayoutReloaded/misc/LayoutReloadedWebKit.patch (230365 => 230366)


--- trunk/Tools/LayoutReloaded/misc/LayoutReloadedWebKit.patch	2018-04-07 03:48:55 UTC (rev 230365)
+++ trunk/Tools/LayoutReloaded/misc/LayoutReloadedWebKit.patch	2018-04-07 03:56:21 UTC (rev 230366)
@@ -1058,7 +1058,7 @@
 +}
 diff --git a/Source/WebCore/rendering/InlineTextRunIterator.cpp b/Source/WebCore/rendering/InlineTextRunIterator.cpp
 new file mode 100644
-index 00000000000..bbeb73bb57a
+index 00000000000..6714a5df199
 --- /dev/null
 +++ b/Source/WebCore/rendering/InlineTextRunIterator.cpp
 @@ -0,0 +1,167 @@
@@ -1174,7 +1174,7 @@
 +{
 +    ASSERT(startPosition < m_text.length());
 +    unsigned position = startPosition;
-+    for (; position < m_text.length() - 1; ++position) {
++    for (; position < m_text.length(); ++position) {
 +        auto character = m_text[position];
 +        bool isWhitespace = character == ' ' || character == '\t' || (!m_style.preserveNewline && character == '\n');
 +        if (!isWhitespace)
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to