Index: third_party/WebKit/Source/core/frame/LocalFrame.cpp |
diff --git a/third_party/WebKit/Source/core/frame/LocalFrame.cpp b/third_party/WebKit/Source/core/frame/LocalFrame.cpp |
index af21f1c79c620aeba8c189a3efd8fd96de544006..eca2f188fe6f8acee6e9ae4fb8fdd189606af2ad 100644 |
--- a/third_party/WebKit/Source/core/frame/LocalFrame.cpp |
+++ b/third_party/WebKit/Source/core/frame/LocalFrame.cpp |
@@ -490,7 +490,6 @@ void LocalFrame::setPrinting(bool printing, const FloatSize& pageSize, const Flo |
document()->setPrinting(printing); |
view()->adjustMediaTypeForPrinting(printing); |
- document()->styleResolverChanged(); |
if (shouldUsePrintingLayout()) { |
view()->forceLayoutForPagination(pageSize, originalPageSize, maximumShrinkRatio); |
} else { |