Index: Source/core/css/CSSComputedStyleDeclaration.cpp |
diff --git a/Source/core/css/CSSComputedStyleDeclaration.cpp b/Source/core/css/CSSComputedStyleDeclaration.cpp |
index acd801021b6464d542dc4841867b9eb044793abc..5290bb0689474afdbde982a1bdfe3af96783e037 100644 |
--- a/Source/core/css/CSSComputedStyleDeclaration.cpp |
+++ b/Source/core/css/CSSComputedStyleDeclaration.cpp |
@@ -1554,8 +1554,7 @@ PassRefPtr<CSSValue> CSSComputedStyleDeclaration::getPropertyCSSValue(CSSPropert |
bool forceFullLayout = isLayoutDependent(propertyID, style, renderer) |
|| styledNode->isInShadowTree() |
- || (document.ownerElement() && document.ensureStyleResolver().hasViewportDependentMediaQueries()) |
- || document.seamlessParentIFrame(); |
+ || (document.ownerElement() && document.ensureStyleResolver().hasViewportDependentMediaQueries()); |
if (forceFullLayout) { |
document.updateLayoutIgnorePendingStylesheets(); |