Title: [272811] trunk/Source/WebCore
- Revision
- 272811
- Author
- stephan.sz...@sony.com
- Date
- 2021-02-12 14:07:47 -0800 (Fri, 12 Feb 2021)
Log Message
[PlayStation][Debug] Build fix after r272772
https://bugs.webkit.org/show_bug.cgi?id=221836
Unreviewed Build Fix
* platform/graphics/nicosia/cairo/NicosiaCairoOperationRecorder.cpp:
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (272810 => 272811)
--- trunk/Source/WebCore/ChangeLog 2021-02-12 22:01:59 UTC (rev 272810)
+++ trunk/Source/WebCore/ChangeLog 2021-02-12 22:07:47 UTC (rev 272811)
@@ -1,3 +1,12 @@
+2021-02-12 Stephan Szabo <stephan.sz...@sony.com>
+
+ [PlayStation][Debug] Build fix after r272772
+ https://bugs.webkit.org/show_bug.cgi?id=221836
+
+ Unreviewed Build Fix
+
+ * platform/graphics/nicosia/cairo/NicosiaCairoOperationRecorder.cpp:
+
2021-02-12 Zalan Bujtas <za...@apple.com>
[LFC][IFC] Multiline inline boxes have incorrect content box height/width values
Modified: trunk/Source/WebCore/platform/graphics/nicosia/cairo/NicosiaCairoOperationRecorder.cpp (272810 => 272811)
--- trunk/Source/WebCore/platform/graphics/nicosia/cairo/NicosiaCairoOperationRecorder.cpp 2021-02-12 22:01:59 UTC (rev 272810)
+++ trunk/Source/WebCore/platform/graphics/nicosia/cairo/NicosiaCairoOperationRecorder.cpp 2021-02-12 22:07:47 UTC (rev 272811)
@@ -516,7 +516,6 @@
auto xOffset = point.x();
Vector<cairo_glyph_t> cairoGlyphs(numGlyphs);
{
- ASSERT(from + numGlyphs <= numGlyphs);
auto yOffset = point.y();
for (size_t i = 0; i < numGlyphs; ++i) {
cairoGlyphs[i] = { glyphs[i], xOffset, yOffset };
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes