Index: trunk/Source/core/rendering/RenderLayer.cpp |
=================================================================== |
--- trunk/Source/core/rendering/RenderLayer.cpp (revision 161481) |
+++ trunk/Source/core/rendering/RenderLayer.cpp (working copy) |
@@ -3783,8 +3783,8 @@ |
void RenderLayer::updateSelfPaintingLayer() |
{ |
- bool isSelfPaintingLayer = this->shouldBeSelfPaintingLayer(); |
- if (this->isSelfPaintingLayer() == isSelfPaintingLayer) |
+ bool isSelfPaintingLayer = shouldBeSelfPaintingLayer(); |
+ if (m_isSelfPaintingLayer == isSelfPaintingLayer) |
return; |
m_isSelfPaintingLayer = isSelfPaintingLayer; |