[Webkit-unassigned] [Bug 14979] REGRESSION: fast/css/css-selector-text.html failing after r25098
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Aug 16 13:25:52 PDT 2007
http://bugs.webkit.org/show_bug.cgi?id=14979
------- Comment #7 from hyatt at apple.com 2007-08-16 13:25 PDT -------
I don't think this is worth fixing for Leopard, even though it is inconsistent.
Both link element and style element need to null out their sheet stuff in
their removedFromDocument methods.
In the case of <link>, we should get rid of the process() call in
removedFromDocument() because it is a no-op, and we should move the code from
the destructor into removedFromDocument. We should also null out m_sheet.
In the case of <style>, we should add the code that is in createSheet near the
top that nulls out m_sheet and calls removePendingSheet if the sheet was
loading. updateStyleSelector should still be called.
--
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