| Index: third_party/WebKit/Source/core/svg/animation/SVGSMILElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/svg/animation/SVGSMILElement.cpp b/third_party/WebKit/Source/core/svg/animation/SVGSMILElement.cpp
|
| index 02dc37c732ecf236cf0a86aceb9bb4cb9b7119d3..819a34c46714908450712dab256de5d7bb08fb93 100644
|
| --- a/third_party/WebKit/Source/core/svg/animation/SVGSMILElement.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/animation/SVGSMILElement.cpp
|
| @@ -68,7 +68,7 @@ class RepeatEvent final : public Event {
|
| };
|
|
|
| inline RepeatEvent* toRepeatEvent(Event* event) {
|
| - ASSERT_WITH_SECURITY_IMPLICATION(!event || event->type() == "repeatn");
|
| + SECURITY_DCHECK(!event || event->type() == "repeatn");
|
| return static_cast<RepeatEvent*>(event);
|
| }
|
|
|
|
|