| Index: third_party/WebKit/Source/core/svg/SVGAnimateElement.h
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGAnimateElement.h b/third_party/WebKit/Source/core/svg/SVGAnimateElement.h
|
| index b9d1c95340ba529de30ef780d07f48bee674b90e..5c6b66cff15489f759b51dd339ac51a483872f84 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGAnimateElement.h
|
| +++ b/third_party/WebKit/Source/core/svg/SVGAnimateElement.h
|
| @@ -32,7 +32,8 @@
|
|
|
| namespace blink {
|
|
|
| -class SVGAnimatedTypeAnimator;
|
| +// The size of SVGElementInstances is 1 unless there is a <use> instance of the element.
|
| +using SVGElementInstances = HeapVector<Member<SVGElement>, 1u>;
|
|
|
| class CORE_EXPORT SVGAnimateElement : public SVGAnimationElement {
|
| DEFINE_WRAPPERTYPEINFO();
|
|
|