[webkit-reviews] review granted: [Bug 120233] Let Document keep its RenderView during render tree detach. : [Attachment 209539] Patch v2

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Aug 24 04:10:54 PDT 2013


Antti Koivisto <koivisto at iki.fi> has granted Andreas Kling <akling at apple.com>'s
request for review:
Bug 120233: Let Document keep its RenderView during render tree detach.
https://bugs.webkit.org/show_bug.cgi?id=120233

Attachment 209539: Patch v2
https://bugs.webkit.org/attachment.cgi?id=209539&action=review

------- Additional Comments from Antti Koivisto <koivisto at iki.fi>
View in context: https://bugs.webkit.org/attachment.cgi?id=209539&action=review


> Source/WebCore/dom/Document.cpp:2038
> +    m_renderTreeBeingDestroyed = true;

maybe TemporaryChange<bool>?


More information about the webkit-reviews mailing list