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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 29 09:16:28 PDT 2010


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


Darin Adler <darin at apple.com> changed:

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




--- Comment #10 from Darin Adler <darin at apple.com>  2010-03-29 09:16:27 PST ---
(From update of attachment 51880)
The fact that DocumentType nodes have no document stinks. The question is where
to guard against these types of nodes. To me, canonicalPosition seems a bit
low-level a place to be doing the check. I worry there are other leaf functions
that lack this. It might be better to guard this incoming at places where nodes
are passed in.

r=me, though

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