[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:46:28 PST 2012


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





--- Comment #7 from Changhyup Jwa <ch.jwa at samsung.com>  2012-11-25 20:48:37 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?

Thanks for your comment Brent, apologize for my mistake.

-- 
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