Index: Source/platform/text/TextRun.cpp |
diff --git a/Source/platform/text/TextRun.cpp b/Source/platform/text/TextRun.cpp |
index 8907d8dba585205713246013726d72c51e07c97c..1d34caa926f78bb452b30932b9dff29d1c14896a 100644 |
--- a/Source/platform/text/TextRun.cpp |
+++ b/Source/platform/text/TextRun.cpp |
@@ -36,6 +36,7 @@ struct ExpectedTextRunSize { |
float float3; |
uint32_t bitfields : 10; |
unsigned anUnsigned; |
+ CodePath textCodePathVal; |
RefPtr<TextRun::RenderingContext> renderingContext; |
}; |