Title: [222217] trunk/Source/WebCore
- Revision
- 222217
- Author
- [email protected]
- Date
- 2017-09-19 12:32:01 -0700 (Tue, 19 Sep 2017)
Log Message
Attempt to fix Linux build.
* rendering/RenderText.cpp:
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (222216 => 222217)
--- trunk/Source/WebCore/ChangeLog 2017-09-19 18:46:35 UTC (rev 222216)
+++ trunk/Source/WebCore/ChangeLog 2017-09-19 19:32:01 UTC (rev 222217)
@@ -1,5 +1,11 @@
2017-09-19 Zalan Bujtas <[email protected]>
+ Attempt to fix Linux build.
+
+ * rendering/RenderText.cpp:
+
+2017-09-19 Zalan Bujtas <[email protected]>
+
Do not mutate RenderText content during layout.
https://bugs.webkit.org/show_bug.cgi?id=176219
<rdar://problem/34205724>
Modified: trunk/Source/WebCore/rendering/RenderText.cpp (222216 => 222217)
--- trunk/Source/WebCore/rendering/RenderText.cpp 2017-09-19 18:46:35 UTC (rev 222216)
+++ trunk/Source/WebCore/rendering/RenderText.cpp 2017-09-19 19:32:01 UTC (rev 222217)
@@ -69,6 +69,7 @@
namespace WebCore {
struct SameSizeAsRenderText : public RenderObject {
+ void* pointers[2];
uint32_t bitfields : 16;
#if ENABLE(TEXT_AUTOSIZING)
float candidateTextSize;
@@ -75,7 +76,6 @@
#endif
float widths[4];
String text;
- void* pointers[2];
};
COMPILE_ASSERT(sizeof(RenderText) == sizeof(SameSizeAsRenderText), RenderText_should_stay_small);
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes