| Index: Source/core/page/Frame.h
|
| diff --git a/Source/core/page/Frame.h b/Source/core/page/Frame.h
|
| index 1a912eb6c1f80af8cf15e7f727852f7dd4cf6742..17aed54391e3c47fb3013407e1a94b50d06f0c2a 100644
|
| --- a/Source/core/page/Frame.h
|
| +++ b/Source/core/page/Frame.h
|
| @@ -74,7 +74,7 @@ namespace WebCore {
|
| void init();
|
| void setView(PassRefPtr<FrameView>);
|
| void createView(const IntSize&, const Color&, bool,
|
| - const IntSize& fixedLayoutSize = IntSize(), bool useFixedLayout = false, ScrollbarMode = ScrollbarAuto, bool horizontalLock = false,
|
| + ScrollbarMode = ScrollbarAuto, bool horizontalLock = false,
|
| ScrollbarMode = ScrollbarAuto, bool verticalLock = false);
|
|
|
| ~Frame();
|
|
|