RESOLVED FIXED 121933
Do not reenter Document from its destructor
https://bugs.webkit.org/show_bug.cgi?id=121933
Summary Do not reenter Document from its destructor
Benjamin Poulain
Reported 2013-09-25 18:07:59 PDT
Do not reenter Document from its destructor
Attachments
Patch (5.64 KB, patch)
2013-09-25 18:15 PDT, Benjamin Poulain
darin: review+
Benjamin Poulain
Comment 1 2013-09-25 18:15:07 PDT
Darin Adler
Comment 2 2013-09-25 18:56:37 PDT
Comment on attachment 212648 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=212648&action=review No regression test? > Source/WebCore/css/CSSStyleSheet.h:114 > + void detachFromDocument() { m_ownerNode = 0; } nullptr > Source/WebCore/dom/DocumentStyleSheetCollection.cpp:505 > } > > + > +void DocumentStyleSheetCollection::detachFromDocument() Looks like there is an extra blank line here.
Benjamin Poulain
Comment 3 2013-09-25 20:06:12 PDT
Note You need to log in before you can comment on or make changes to this bug.