[Webkit-unassigned] [Bug 95929] renderer()->view() is null

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 27 18:04:46 PDT 2012


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


Julien Chaffraix <jchaffraix at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID
                 CC|                            |jchaffraix at webkit.org




--- Comment #4 from Julien Chaffraix <jchaffraix at webkit.org>  2012-09-27 18:05:12 PST ---
(In reply to comment #3)
> Or in RenderLayer::convertToLayerCoord simply test renderer()->view() is valid.
> 
> But I see many place invoke renderer()->view()->otherthing without test.
> So Is this is my fault?

Very likely. renderer()->view() is NULL during Document's tear down FWIW. If you have modified WebKit (especially some core rendering objects like RenderLayer), you are on your own.

Unless this reproduces against an unmodified WebKit codebase and you provide a way for us to reproduce that, we will consider this to be a bug in your code, not WebKit.

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