[webkit-reviews] review granted: [Bug 177531] REGRESSION (r222040): Crash navigating out of gfycat.com url : [Attachment 321954] patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 27 08:03:18 PDT 2017


Geoffrey Garen <ggaren at apple.com> has granted Antti Koivisto
<koivisto at iki.fi>'s request for review:
Bug 177531: REGRESSION (r222040): Crash navigating out of gfycat.com url
https://bugs.webkit.org/show_bug.cgi?id=177531

Attachment 321954: patch

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




--- Comment #3 from Geoffrey Garen <ggaren at apple.com> ---
Comment on attachment 321954
  --> https://bugs.webkit.org/attachment.cgi?id=321954
patch

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

r=me

> Source/WebCore/dom/ElementRareData.h:111
> +    void setHasCSSAnimation(bool b) { m_hasCSSAnimation = b; }

WebKit style says the argument name should be "hasCSSAnimation".


More information about the webkit-reviews mailing list