| Index: Source/core/frame/FrameView.h
|
| diff --git a/Source/core/frame/FrameView.h b/Source/core/frame/FrameView.h
|
| index dffc6f79fa8f9ec0e1199240eb2218c26f5f2bbd..403aa55029bc50e2b53582f3f7ad3abde387319f 100644
|
| --- a/Source/core/frame/FrameView.h
|
| +++ b/Source/core/frame/FrameView.h
|
| @@ -219,7 +219,7 @@ public:
|
| void incrementVisuallyNonEmptyPixelCount(const IntSize&);
|
| void setIsVisuallyNonEmpty() { m_isVisuallyNonEmpty = true; }
|
| void enableAutoSizeMode(const IntSize& minSize, const IntSize& maxSize);
|
| - void disableAutoSizeMode() { m_autoSizeInfo = 0; }
|
| + void disableAutoSizeMode() { m_autoSizeInfo.clear(); }
|
|
|
| void forceLayout(bool allowSubtree = false);
|
| void forceLayoutForPagination(const FloatSize& pageSize, const FloatSize& originalPageSize, float maximumShrinkFactor);
|
|
|