| Index: Source/core/page/CreateWindow.cpp
|
| diff --git a/Source/core/page/CreateWindow.cpp b/Source/core/page/CreateWindow.cpp
|
| index 12ff185467c0787e0401086af7a8c34c2d0aa3ef..36c57589d86a779e3ab7f1e4a508f8c89090d457 100644
|
| --- a/Source/core/page/CreateWindow.cpp
|
| +++ b/Source/core/page/CreateWindow.cpp
|
| @@ -110,7 +110,7 @@ static Frame* createWindow(LocalFrame& openerFrame, LocalFrame& lookupFrame, con
|
| if (features.heightSet)
|
| windowRect.setHeight(features.height + (windowRect.height() - viewportSize.height()));
|
|
|
| - host->chromeClient().setWindowRect(windowRect);
|
| + host->chromeClient().setWindowRectWithAdjustment(windowRect);
|
| host->chromeClient().show(policy);
|
|
|
| // TODO(japhet): There's currently no way to set sandbox flags on a RemoteFrame and have it propagate
|
|
|