Index: trunk/Source/core/rendering/ClipRect.h |
=================================================================== |
--- trunk/Source/core/rendering/ClipRect.h (revision 161481) |
+++ trunk/Source/core/rendering/ClipRect.h (working copy) |
@@ -138,7 +138,7 @@ |
return m_overflowClipRect == other.overflowClipRect() |
&& m_fixedClipRect == other.fixedClipRect() |
&& m_posClipRect == other.posClipRect() |
- && fixed() == other.fixed(); |
+ && m_fixed == other.fixed(); |
} |
ClipRects& operator=(const ClipRects& other) |