| Index: third_party/WebKit/Source/core/svg/SVGLengthContext.h
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGLengthContext.h b/third_party/WebKit/Source/core/svg/SVGLengthContext.h
|
| index ff73b7615083d8b626c0e6c9af5811222c7317d4..8cf071b1aadb5c0906fdd978255661af5db333fd 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGLengthContext.h
|
| +++ b/third_party/WebKit/Source/core/svg/SVGLengthContext.h
|
| @@ -88,7 +88,7 @@ private:
|
| float convertValueFromUserUnitsToCHS(float value) const;
|
| float convertValueFromCHSToUserUnits(float value) const;
|
|
|
| - RawPtrWillBeMember<const SVGElement> m_context;
|
| + Member<const SVGElement> m_context;
|
| };
|
|
|
| } // namespace blink
|
|
|