[Webkit-unassigned] [Bug 31680] WebCore::Document::updateLayoutIgnorePendingStylesheets NULL pointer

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Mar 28 22:57:37 PDT 2010


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


MORITA Hajime <morrita at google.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |morrita at google.com




--- Comment #4 from MORITA Hajime <morrita at google.com>  2010-03-28 22:57:37 PST ---
Instead of just guarding null access, this change make DocumentType to 
have non-null m_document.  
This should be more safe to guarantee non-null m_document than just gurding
null access to it.
This is because DocumenType is a subclass of Node and certain part of codebase
assumes
Node::m_document 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