Index: third_party/WebKit/Source/core/events/AnimationPlayerEvent.cpp |
diff --git a/third_party/WebKit/Source/core/events/AnimationPlayerEvent.cpp b/third_party/WebKit/Source/core/events/AnimationPlayerEvent.cpp |
index 55891e8c0c2fb9b682b22091aa462471c76ab1c1..1ff325044f0782cd2fe91b491def86f62b4cde8e 100644 |
--- a/third_party/WebKit/Source/core/events/AnimationPlayerEvent.cpp |
+++ b/third_party/WebKit/Source/core/events/AnimationPlayerEvent.cpp |
@@ -6,12 +6,6 @@ |
namespace blink { |
-AnimationPlayerEvent::AnimationPlayerEvent() |
- : m_currentTime(0.0) |
- , m_timelineTime(0.0) |
-{ |
-} |
- |
AnimationPlayerEvent::AnimationPlayerEvent(const AtomicString& type, double currentTime, double timelineTime) |
: Event(type, false, false) |
, m_currentTime(currentTime) |