[webkit-reviews] review granted: [Bug 170026] SVG animations are not paused when inserted into a hidden page : [Attachment 305228] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 23 15:14:29 PDT 2017


Andreas Kling <akling at apple.com> has granted Chris Dumez <cdumez at apple.com>'s
request for review:
Bug 170026: SVG animations are not paused when inserted into a hidden page
https://bugs.webkit.org/show_bug.cgi?id=170026

Attachment 305228: Patch

https://bugs.webkit.org/attachment.cgi?id=305228&action=review




--- Comment #3 from Andreas Kling <akling at apple.com> ---
Comment on attachment 305228
  --> https://bugs.webkit.org/attachment.cgi?id=305228
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=305228&action=review

> Source/WebCore/svg/SVGDocumentExtensions.h:80
> -    Document* m_document; // weak reference
> +    Document& m_document; // weak reference

Maybe we can live without the comment.


More information about the webkit-reviews mailing list