Title: [295221] branches/safari-613-branch/Source/WebCore/animation/KeyframeEffect.cpp
Revision
295221
Author
alanc...@apple.com
Date
2022-06-03 13:24:02 -0700 (Fri, 03 Jun 2022)

Log Message

Revert 41769648c46b. rdar://problem/93513759

This reverts commit dc0c4463e249c835881c42cc7446662a85914ae1.

Modified Paths

Diff

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


--- branches/safari-613-branch/Source/WebCore/animation/KeyframeEffect.cpp	2022-06-03 20:19:15 UTC (rev 295220)
+++ branches/safari-613-branch/Source/WebCore/animation/KeyframeEffect.cpp	2022-06-03 20:24:02 UTC (rev 295221)
@@ -814,8 +814,6 @@
 
 ExceptionOr<void> KeyframeEffect::processKeyframes(JSGlobalObject& lexicalGlobalObject, Strong<JSObject>&& keyframesInput)
 {
-    Ref protectedDocument { document };
-
     // 1. If object is null, return an empty sequence of keyframes.
     if (!keyframesInput.get())
         return { };
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to