| Index: third_party/WebKit/Source/core/frame/FrameView.h
|
| diff --git a/third_party/WebKit/Source/core/frame/FrameView.h b/third_party/WebKit/Source/core/frame/FrameView.h
|
| index 776e1b9f986d860f74bf66f6fc4eb81edb3410ea..a16ffc4befe0cb400aa1fe7f39a1545a4db90268 100644
|
| --- a/third_party/WebKit/Source/core/frame/FrameView.h
|
| +++ b/third_party/WebKit/Source/core/frame/FrameView.h
|
| @@ -652,7 +652,7 @@ protected:
|
| STACK_ALLOCATED();
|
| public:
|
| explicit InUpdateScrollbarsScope(FrameView* view)
|
| - : m_scope(view->m_inUpdateScrollbars, true)
|
| + : m_scope(&view->m_inUpdateScrollbars, true)
|
| { }
|
| private:
|
| TemporaryChange<bool> m_scope;
|
|
|