| Index: third_party/WebKit/Source/core/inspector/InspectorHighlight.cpp
|
| diff --git a/third_party/WebKit/Source/core/inspector/InspectorHighlight.cpp b/third_party/WebKit/Source/core/inspector/InspectorHighlight.cpp
|
| index fe1bb13ff50fee7f66b8eb0042bf9b5c2d8f6846..4620a83d3d9f047eeb24e0a7be21cb8b40bfa753 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorHighlight.cpp
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorHighlight.cpp
|
| @@ -105,7 +105,7 @@ protected:
|
| }
|
|
|
| private:
|
| - RawPtrWillBeMember<FrameView> m_view;
|
| + Member<FrameView> m_view;
|
| LayoutObject& m_layoutObject;
|
| const ShapeOutsideInfo& m_shapeOutsideInfo;
|
| };
|
|
|