[Webkit-unassigned] [Bug 15080] <use> element not refresh after adding objects by script in referrer

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 5 14:42:21 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=15080


darin at apple.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #16550|review?                     |review-
               Flag|                            |




------- Comment #5 from darin at apple.com  2007-10-05 14:42 PDT -------
(From update of attachment 16550)
+    if (ownerDocument()->parsing())
+        return;

Please use document(). ownerDocument() is just a slower way to call document()
that returns 0 in the special case of a Document node.

Why is it OK to skip updateElementInstance if parsing is true? What guarantees
it's called later?

review- for the ownerDocument thing and I'd also like to know the answer to my
question.


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



More information about the webkit-unassigned mailing list