Index: third_party/WebKit/Source/core/frame/FrameViewAutoSizeInfo.cpp |
diff --git a/third_party/WebKit/Source/core/frame/FrameViewAutoSizeInfo.cpp b/third_party/WebKit/Source/core/frame/FrameViewAutoSizeInfo.cpp |
index dafc4ebdf62ad561afdc51e02090af593eeb4815..b24913e39a6ecd3dd0a5b909f9bf6de9db475274 100644 |
--- a/third_party/WebKit/Source/core/frame/FrameViewAutoSizeInfo.cpp |
+++ b/third_party/WebKit/Source/core/frame/FrameViewAutoSizeInfo.cpp |
@@ -64,7 +64,7 @@ void FrameViewAutoSizeInfo::autoSizeIfNeeded() |
// which may result in a height change during the second iteration. |
for (int i = 0; i < 2; i++) { |
// Update various sizes including contentsSize, scrollHeight, etc. |
- document->updateLayoutIgnorePendingStylesheets(); |
+ document->updateStyleAndLayoutIgnorePendingStylesheets(); |
LayoutView* layoutView = document->layoutView(); |
if (!layoutView) |