Title: [293119] branches/safari-613-branch/Source/WebCore/animation/KeyframeEffect.cpp
Revision
293119
Author
[email protected]
Date
2022-04-20 14:47:03 -0700 (Wed, 20 Apr 2022)

Log Message

Revert "Unreviewed build fix. rdar://problem/88672183"

This reverts r293107.

Modified Paths

Diff

Modified: branches/safari-613-branch/Source/WebCore/animation/KeyframeEffect.cpp (293118 => 293119)


--- branches/safari-613-branch/Source/WebCore/animation/KeyframeEffect.cpp	2022-04-20 21:46:25 UTC (rev 293118)
+++ branches/safari-613-branch/Source/WebCore/animation/KeyframeEffect.cpp	2022-04-20 21:47:03 UTC (rev 293119)
@@ -641,7 +641,7 @@
 
         KeyframeList computedKeyframes(m_blendingKeyframes.animationName());
         computedKeyframes.copyKeyframes(m_blendingKeyframes);
-        computedKeyframes.fillImplicitKeyframes(*this, elementStyle);
+        computedKeyframeList.fillImplicitKeyframes(*this, elementStyle);
 
         auto keyframeRules = [&]() -> const Vector<Ref<StyleRuleKeyframe>> {
             if (!is<CSSAnimation>(animation()))
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to