Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(320)

Unified Diff: third_party/WebKit/Source/core/events/AnimationPlayerEvent.cpp

Issue 2216593002: Drop document.createEvent support for things still behind a flag (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@createEvent
Patch Set: fix LayoutTests Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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)
« no previous file with comments | « third_party/WebKit/Source/core/events/AnimationPlayerEvent.h ('k') | third_party/WebKit/Source/core/events/InputEvent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698