[Webkit-unassigned] [Bug 50379] NULL-ptr with media queries

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 2 23:30:42 PST 2010


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





--- Comment #6 from Adam Barth <abarth at webkit.org>  2010-12-02 23:30:42 PST ---
Look for tests with SVG images.  You then have a <foreignObject> element in your SVG (try greping the LayoutTests for an example).  In the foriegnObject you can put your iframe.  I think that should have a null view.

Another option is to look at some other null checks of the view and see if they were added together with a similar test for what you need.

-- 
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