| Index: Source/web/WebFrameImpl.cpp
|
| diff --git a/Source/web/WebFrameImpl.cpp b/Source/web/WebFrameImpl.cpp
|
| index 9e632dea57b2b2903ded55f388459ac674a8e842..16ed087c83406ad47e81a18e11d36aa5d904e836 100644
|
| --- a/Source/web/WebFrameImpl.cpp
|
| +++ b/Source/web/WebFrameImpl.cpp
|
| @@ -2205,7 +2205,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());
|
|
|
|
|