Index: Source/core/rendering/RenderMedia.cpp |
diff --git a/Source/core/rendering/RenderMedia.cpp b/Source/core/rendering/RenderMedia.cpp |
index c69b112c106fdc063bd08e38a5f1ae3f5ff659d7..b7f5bc0b312958c1924b8d2f0e197bbcba2da43d 100644 |
--- a/Source/core/rendering/RenderMedia.cpp |
+++ b/Source/core/rendering/RenderMedia.cpp |
@@ -64,7 +64,7 @@ void RenderMedia::layout() |
if (newSize == oldSize && !controlsNeedLayout) |
return; |
- LayoutStateMaintainer statePusher(this, locationOffset()); |
+ LayoutStateMaintainer statePusher(*this, locationOffset()); |
controlsRenderer->setLocation(LayoutPoint(borderLeft(), borderTop()) + LayoutSize(paddingLeft(), paddingTop())); |
controlsRenderer->style()->setHeight(Length(newSize.height(), Fixed)); |