Index: Source/core/rendering/RenderBoxModelObject.h |
diff --git a/Source/core/rendering/RenderBoxModelObject.h b/Source/core/rendering/RenderBoxModelObject.h |
index 8705cf507d84a0fa926d2069072831e8cd910a0c..9a283551ea3d3c509cdecd4d785229955d7dbf81 100644 |
--- a/Source/core/rendering/RenderBoxModelObject.h |
+++ b/Source/core/rendering/RenderBoxModelObject.h |
@@ -308,7 +308,7 @@ public: |
IntSize calculateImageIntrinsicDimensions(StyleImage*, const IntSize& scaledPositioningAreaSize, ScaleByEffectiveZoomOrNot) const; |
private: |
- LayoutUnit computedCSSPadding(Length) const; |
+ LayoutUnit computedCSSPadding(const Length&) const; |
virtual bool isBoxModelObject() const OVERRIDE FINAL { return true; } |
virtual LayoutRect frameRectForStickyPositioning() const = 0; |