| Index: third_party/WebKit/Source/web/ViewportAnchor.h
|
| diff --git a/third_party/WebKit/Source/web/ViewportAnchor.h b/third_party/WebKit/Source/web/ViewportAnchor.h
|
| index 0726c17d675fd67cf4f4abbac71785632f2c86d4..187aaa108240e598abf92dd4954242a19f7454ee 100644
|
| --- a/third_party/WebKit/Source/web/ViewportAnchor.h
|
| +++ b/third_party/WebKit/Source/web/ViewportAnchor.h
|
| @@ -51,8 +51,8 @@ protected:
|
| {
|
| }
|
|
|
| - RawPtrWillBeMember<FrameView> m_rootFrameView;
|
| - RawPtrWillBeMember<VisualViewport> m_visualViewport;
|
| + Member<FrameView> m_rootFrameView;
|
| + Member<VisualViewport> m_visualViewport;
|
| };
|
|
|
| } // namespace blink
|
|
|