[Webkit-unassigned] [Bug 122410] Don't try to dispatch resize events for SVG images

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Oct 6 09:33:40 PDT 2013


https://bugs.webkit.org/show_bug.cgi?id=122410


Darin Adler <darin at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #213509|review?                     |review+
               Flag|                            |




--- Comment #2 from Darin Adler <darin at apple.com>  2013-10-06 09:32:31 PST ---
(From update of attachment 213509)
View in context: https://bugs.webkit.org/attachment.cgi?id=213509&action=review

r=me if you add a null check for page or explain why it's not needed

> Source/WebCore/page/FrameView.cpp:2773
> +    if (frame().page()->chrome().client().isSVGImageChromeClient())
> +        return;

What guarantees that page is non-null?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list