| Index: third_party/WebKit/Source/core/dom/Document.h
|
| diff --git a/third_party/WebKit/Source/core/dom/Document.h b/third_party/WebKit/Source/core/dom/Document.h
|
| index 0cb3924f19b25fb8a57849f2c0f2586ca97fbe09..39d6fbf79029bb16e541366e2d25a0990bbe1b7b 100644
|
| --- a/third_party/WebKit/Source/core/dom/Document.h
|
| +++ b/third_party/WebKit/Source/core/dom/Document.h
|
| @@ -1271,10 +1271,6 @@ private:
|
|
|
| Member<Element> m_cssTarget;
|
|
|
| - // Not a WeakMember since we want to keep the scrollingElement around until
|
| - // we move its ApplyScroll onto the new scrollingElement.
|
| - Member<Element> m_oldScrollingElement;
|
| -
|
| LoadEventProgress m_loadEventProgress;
|
|
|
| double m_startTime;
|
|
|