[webkit-reviews] review granted: [Bug 108355] Crash because DatabaseContext destructed before its ScriptExecutionContext : [Attachment 185690] Revised fix.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 31 09:59:30 PST 2013


Geoffrey Garen <ggaren at apple.com> has granted Mark Lam <mark.lam at apple.com>'s
request for review:
Bug 108355: Crash because DatabaseContext destructed before its
ScriptExecutionContext
https://bugs.webkit.org/show_bug.cgi?id=108355

Attachment 185690: Revised fix.
https://bugs.webkit.org/attachment.cgi?id=185690&action=review

------- Additional Comments from Geoffrey Garen <ggaren at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=185690&action=review


r=me

> Source/WebCore/dom/ScriptExecutionContext.cpp:452
> +    m_databaseContext = databaseContext;

Would be nice to ASSERT(!m_databaseContext) here.


More information about the webkit-reviews mailing list