| Index: Source/web/RotationViewportAnchor.h
|
| diff --git a/Source/web/RotationViewportAnchor.h b/Source/web/RotationViewportAnchor.h
|
| index ffbb655e2d7e582fd8d7d36a32b66bd03d9ae6b2..a9cd52f7bd46459209f5c91bb66dc8d908b8a2e6 100644
|
| --- a/Source/web/RotationViewportAnchor.h
|
| +++ b/Source/web/RotationViewportAnchor.h
|
| @@ -56,7 +56,7 @@ private:
|
| // normalized to the outer viewport size.
|
| FloatSize m_normalizedPinchViewportOffset;
|
|
|
| - RefPtrWillBeMember<Node> m_anchorNode;
|
| + RefPtrWillBePersistent<Node> m_anchorNode;
|
| LayoutRect m_anchorNodeBounds;
|
|
|
| FloatSize m_anchorInInnerViewCoords;
|
|
|