| Index: Source/core/page/Frame.h
|
| diff --git a/Source/core/page/Frame.h b/Source/core/page/Frame.h
|
| index 99d999560b2e45876d13357bf745dd0c511896b2..3cc13a6a8598f3033a715c4c09b52741e2d81e5d 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();
|
|
|