Chromium Code Reviews| Index: Source/web/ViewportAnchor.h |
| diff --git a/Source/web/ViewportAnchor.h b/Source/web/ViewportAnchor.h |
| index f62c4cf7be4446c8d7ef863ca966c0c32aecd68c..6103d8d26f71ed7a8681675a5a48bd4da990382b 100644 |
| --- a/Source/web/ViewportAnchor.h |
| +++ b/Source/web/ViewportAnchor.h |
| @@ -52,7 +52,7 @@ protected: |
| } |
| RawPtrWillBeMember<FrameView> m_rootFrameView; |
| - PinchViewport* m_pinchViewport; |
| + RawPtrWillBeMember<PinchViewport> m_pinchViewport; |
| }; |
| } // namespace blink |