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

Unified Diff: third_party/WebKit/Source/core/animation/AnimationTimeline.h

Issue 2188993004: Remove AnimationTimeline pre-finalizer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@_fixAnimationPoisonCrash
Patch Set: Rebase Created 4 years, 5 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/animation/AnimationTimeline.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/animation/AnimationTimeline.h
diff --git a/third_party/WebKit/Source/core/animation/AnimationTimeline.h b/third_party/WebKit/Source/core/animation/AnimationTimeline.h
index 58ca7a36765ff3be28363548dafd17cbfbfe882b..4167d14b106bce348a2cb165150d85fd21226e50 100644
--- a/third_party/WebKit/Source/core/animation/AnimationTimeline.h
+++ b/third_party/WebKit/Source/core/animation/AnimationTimeline.h
@@ -51,7 +51,6 @@ class AnimationEffect;
// AnimationTimeline is constructed and owned by Document, and tied to its lifecycle.
class CORE_EXPORT AnimationTimeline final : public GarbageCollectedFinalized<AnimationTimeline>, public ScriptWrappable {
DEFINE_WRAPPERTYPEINFO();
- USING_PRE_FINALIZER(AnimationTimeline, dispose);
public:
class PlatformTiming : public GarbageCollectedFinalized<PlatformTiming> {
public:
@@ -63,8 +62,6 @@ public:
};
static AnimationTimeline* create(Document*, PlatformTiming* = nullptr);
- ~AnimationTimeline();
- void dispose();
void serviceAnimations(TimingUpdateReason);
void scheduleNextService();
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/animation/AnimationTimeline.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698