| Index: third_party/WebKit/Source/core/svg/SVGViewElement.h
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGViewElement.h b/third_party/WebKit/Source/core/svg/SVGViewElement.h
|
| index a72b157df0305603061107865c6556f3ac344e51..49a772788d49ba5eff94724ad1b755c7ca8d43aa 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGViewElement.h
|
| +++ b/third_party/WebKit/Source/core/svg/SVGViewElement.h
|
| @@ -39,9 +39,6 @@ class SVGViewElement final : public SVGElement,
|
|
|
| public:
|
| DECLARE_NODE_FACTORY(SVGViewElement);
|
| -
|
| - SVGStringListTearOff* viewTarget();
|
| -
|
| DECLARE_VIRTUAL_TRACE();
|
|
|
| private:
|
| @@ -52,8 +49,6 @@ class SVGViewElement final : public SVGElement,
|
| const AtomicString&) override;
|
|
|
| bool layoutObjectIsNeeded(const ComputedStyle&) override { return false; }
|
| -
|
| - Member<SVGStaticStringList> m_viewTarget;
|
| };
|
|
|
| } // namespace blink
|
|
|