| 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 cad23c72632532a2b11c3abf0af8023c5d26c739..1a462521942f947feaedfc8d73618a7dce8537c5 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorHighlight.cpp
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorHighlight.cpp
|
| @@ -104,7 +104,7 @@ protected:
|
| }
|
|
|
| private:
|
| - RawPtrWillBeMember<FrameView> m_view;
|
| + Member<FrameView> m_view;
|
| LayoutObject& m_layoutObject;
|
| const ShapeOutsideInfo& m_shapeOutsideInfo;
|
| };
|
|
|