[Webkit-unassigned] [Bug 103168] [WK2] Add null check and early return code before accessing member of m_iconDatabaseImpl if IconDatabase is not created yet

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Nov 25 20:00:05 PST 2012


https://bugs.webkit.org/show_bug.cgi?id=103168





--- Comment #6 from Brent Fulgham <bfulgham at webkit.org>  2012-11-25 20:02:14 PST ---
(From update of attachment 175905)
View in context: https://bugs.webkit.org/attachment.cgi?id=175905&action=review

> Source/WebKit2/UIProcess/WebIconDatabase.cpp:267
> +    if (!m_webContext || m_iconDatabaseImpl)

Why do we exit early if m_iconDarabaseImpl exists?

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


More information about the webkit-unassigned mailing list