Index: Source/web/WebFrameImpl.cpp |
diff --git a/Source/web/WebFrameImpl.cpp b/Source/web/WebFrameImpl.cpp |
index 174c9d9ac5d152951da85d3ff6a8bd0d18f00c43..a647637dec4be1ebc9c4b7b505e56196275a4d2e 100644 |
--- a/Source/web/WebFrameImpl.cpp |
+++ b/Source/web/WebFrameImpl.cpp |
@@ -2241,7 +2241,7 @@ void WebFrameImpl::createFrameView() |
if (isMainFrame) |
webView->suppressInvalidations(true); |
- frame()->createView(webView->size(), webView->baseBackgroundColor(), webView->isTransparent(), webView->fixedLayoutSize(), isMainFrame ? webView->isFixedLayoutModeEnabled() : 0); |
+ frame()->createView(webView->size(), webView->baseBackgroundColor(), webView->isTransparent()); |
if (webView->shouldAutoResize() && isMainFrame) |
frame()->view()->enableAutoSizeMode(true, webView->minAutoSize(), webView->maxAutoSize()); |