Index: Source/platform/LengthBox.h |
diff --git a/Source/platform/LengthBox.h b/Source/platform/LengthBox.h |
index 35b9608d23e5583d8411db75ab69d95b4971cd84..400a6b8cb3935bd0f668a81c00cbd65689787e14 100644 |
--- a/Source/platform/LengthBox.h |
+++ b/Source/platform/LengthBox.h |
@@ -95,7 +95,7 @@ public: |
return !(m_left.isZero() && m_right.isZero() && m_top.isZero() && m_bottom.isZero()); |
} |
- // Must be public for SET_VAR in LayoutStyle.h |
+ // Must be public for SET_VAR in ComputedStyle.h |
Length m_left; |
Length m_right; |
Length m_top; |