| Index: third_party/WebKit/Source/core/svg/animation/SVGSMILElement.h
|
| diff --git a/third_party/WebKit/Source/core/svg/animation/SVGSMILElement.h b/third_party/WebKit/Source/core/svg/animation/SVGSMILElement.h
|
| index 0386af82f0ea4a6f720b1c314248afda2de119fb..5fdd910bd5788bcfa2024d985b5c0dc58ba5bbda 100644
|
| --- a/third_party/WebKit/Source/core/svg/animation/SVGSMILElement.h
|
| +++ b/third_party/WebKit/Source/core/svg/animation/SVGSMILElement.h
|
| @@ -31,7 +31,7 @@
|
| #include "core/svg/SVGElement.h"
|
| #include "core/svg/SVGTests.h"
|
| #include "core/svg/animation/SMILTime.h"
|
| -#include "platform/heap/Heap.h"
|
| +#include "platform/heap/Handle.h"
|
| #include "wtf/HashMap.h"
|
|
|
| namespace blink {
|
| @@ -41,7 +41,7 @@ class SMILTimeContainer;
|
| class SVGSMILElement;
|
|
|
| template<typename T> class EventSender;
|
| -typedef EventSender<SVGSMILElement> SMILEventSender;
|
| +using SMILEventSender = EventSender<SVGSMILElement>;
|
|
|
| // This class implements SMIL interval timing model as needed for SVG animation.
|
| class CORE_EXPORT SVGSMILElement : public SVGElement, public SVGTests {
|
|
|