Index: Source/web/WebLocalFrameImpl.cpp |
diff --git a/Source/web/WebLocalFrameImpl.cpp b/Source/web/WebLocalFrameImpl.cpp |
index 3703d4252eb7ad7ecbeee2368f3b855304430cdd..698e1e5500f359736dc416355238e74606fda96d 100644 |
--- a/Source/web/WebLocalFrameImpl.cpp |
+++ b/Source/web/WebLocalFrameImpl.cpp |
@@ -1636,7 +1636,7 @@ void WebLocalFrameImpl::createFrameView() |
frame()->createView(webView->size(), webView->baseBackgroundColor(), webView->isTransparent()); |
if (webView->shouldAutoResize() && isLocalRoot) |
- frame()->view()->enableAutoSizeMode(true, webView->minAutoSize(), webView->maxAutoSize()); |
+ frame()->view()->enableAutoSizeMode(webView->minAutoSize(), webView->maxAutoSize()); |
frame()->view()->setInputEventsTransformForEmulation(m_inputEventsOffsetForEmulation, m_inputEventsScaleFactorForEmulation); |