Index: Source/core/rendering/ClipRect.h |
diff --git a/Source/core/rendering/ClipRect.h b/Source/core/rendering/ClipRect.h |
index 01feb663bbff74480b87076bef0aac0474f3e83c..8fbcebf90a6ab2e5284ad3bf0921a420815635d3 100644 |
--- a/Source/core/rendering/ClipRect.h |
+++ b/Source/core/rendering/ClipRect.h |
@@ -138,7 +138,7 @@ public: |
return m_overflowClipRect == other.overflowClipRect() |
&& m_fixedClipRect == other.fixedClipRect() |
&& m_posClipRect == other.posClipRect() |
- && m_fixed == other.fixed(); |
+ && fixed() == other.fixed(); |
} |
ClipRects& operator=(const ClipRects& other) |