| Index: Source/WebCore/rendering/RenderBox.h | 
| =================================================================== | 
| --- Source/WebCore/rendering/RenderBox.h	(revision 143083) | 
| +++ Source/WebCore/rendering/RenderBox.h	(working copy) | 
| @@ -401,7 +401,7 @@ | 
|  | 
| bool stretchesToViewport() const | 
| { | 
| -        return document()->inQuirksMode() && style()->logicalHeight().isAuto() && !isFloatingOrOutOfFlowPositioned() && (isRoot() || isBody()) && !document()->shouldDisplaySeamlesslyWithParent(); | 
| +        return document()->inQuirksMode() && style()->logicalHeight().isAuto() && !isFloatingOrOutOfFlowPositioned() && (isRoot() || isBody()) && !document()->shouldDisplaySeamlesslyWithParent() && !isInline(); | 
| } | 
|  | 
| virtual LayoutSize intrinsicSize() const { return LayoutSize(); } | 
|  |