Index: third_party/WebKit/Source/core/css/CSSComputedStyleDeclaration.cpp |
diff --git a/third_party/WebKit/Source/core/css/CSSComputedStyleDeclaration.cpp b/third_party/WebKit/Source/core/css/CSSComputedStyleDeclaration.cpp |
index eb5f3651ee15f8b772d62a6c99aade25cd5a7483..41913fa10477ec6116297e2b3d47a4e3c785917a 100644 |
--- a/third_party/WebKit/Source/core/css/CSSComputedStyleDeclaration.cpp |
+++ b/third_party/WebKit/Source/core/css/CSSComputedStyleDeclaration.cpp |
@@ -566,7 +566,7 @@ PassRefPtrWillBeRawPtr<CSSValue> CSSComputedStyleDeclaration::getPropertyCSSValu |
|| (document.ownerElement() && document.ensureStyleResolver().hasViewportDependentMediaQueries()); |
if (forceFullLayout) { |
- document.updateLayoutIgnorePendingStylesheets(); |
+ document.updateLayoutIgnorePendingStylesheetsForNode(styledNode); |
styledNode = this->styledNode(); |
ojan
2016/03/30 01:10:47
Not relevant to this patch, but this line could us
|
style = computeComputedStyle(); |
layoutObject = styledNode->layoutObject(); |