Title: [227846] trunk/Source/WebCore
Revision
227846
Author
[email protected]
Date
2018-01-30 12:29:02 -0800 (Tue, 30 Jan 2018)

Log Message

CrashTracer: com.apple.WebKit.WebContent at WebCore: WebCore::Document::updateStyleIfNeeded
https://bugs.webkit.org/show_bug.cgi?id=182299
<rdar://problem/36853088>

Removing a misleading comment based on Zalan Bujtas's feedback.

* rendering/RenderElement.cpp:
(WebCore::RenderElement::repaintForPausedImageAnimationsIfNeeded):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (227845 => 227846)


--- trunk/Source/WebCore/ChangeLog	2018-01-30 20:02:17 UTC (rev 227845)
+++ trunk/Source/WebCore/ChangeLog	2018-01-30 20:29:02 UTC (rev 227846)
@@ -4,6 +4,17 @@
         https://bugs.webkit.org/show_bug.cgi?id=182299
         <rdar://problem/36853088>
 
+        Removing a misleading comment based on Zalan Bujtas's feedback.
+
+        * rendering/RenderElement.cpp:
+        (WebCore::RenderElement::repaintForPausedImageAnimationsIfNeeded):
+
+2018-01-30  Dean Jackson  <[email protected]>
+
+        CrashTracer: com.apple.WebKit.WebContent at WebCore: WebCore::Document::updateStyleIfNeeded
+        https://bugs.webkit.org/show_bug.cgi?id=182299
+        <rdar://problem/36853088>
+
         Reviewed by Simon Fraser.
 
         Mostly speculative fix for the case where a scrollTo moves an

Modified: trunk/Source/WebCore/rendering/RenderElement.cpp (227845 => 227846)


--- trunk/Source/WebCore/rendering/RenderElement.cpp	2018-01-30 20:02:17 UTC (rev 227845)
+++ trunk/Source/WebCore/rendering/RenderElement.cpp	2018-01-30 20:29:02 UTC (rev 227846)
@@ -1470,8 +1470,6 @@
     repaint();
 
     if (auto* image = cachedImage.image()) {
-        // SVGImages might cause a layout when starting an animation, so
-        // schedule them rather than start immediately.
         if (is<SVGImage>(image))
             downcast<SVGImage>(image)->scheduleStartAnimation();
         else
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to