Index: Source/core/layout/style/SVGLayoutStyle.cpp |
diff --git a/Source/core/layout/style/SVGLayoutStyle.cpp b/Source/core/layout/style/SVGLayoutStyle.cpp |
index bd7768ab3a363f15bffc619c519766cf4aaf4e88..5dbe3d98a811f2add404cb404d737c4ab7ad1266 100644 |
--- a/Source/core/layout/style/SVGLayoutStyle.cpp |
+++ b/Source/core/layout/style/SVGLayoutStyle.cpp |
@@ -155,7 +155,7 @@ bool SVGLayoutStyle::diffNeedsLayoutAndPaintInvalidation(const SVGLayoutStyle* o |
return true; |
// Text related properties influence layout. |
- if (*misc->baselineShiftValue != *other->misc->baselineShiftValue) |
+ if (misc->baselineShiftValue != other->misc->baselineShiftValue) |
return true; |
// These properties affect the cached stroke bounding box rects. |