[Webkit-unassigned] [Bug 77006] [StorageTracker] Make one able to set the local storage (tracker) database dir's path

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 31 05:11:16 PST 2012


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





--- Comment #16 from Gustavo Lima Chaves <glima at profusion.mobi>  2012-01-31 05:11:15 PST ---
(In reply to comment #14)
> > Source/WebCore/storage/StorageTracker.cpp:101
> > +    if (!m_database.isOpen())
> 
> you mean, if (m_database.isOpen())

Oh, sorry, fixed.

> m_originSetGuard needs to be unlocked because it's locked again in importOriginIdentifiers()
> this will work:
> {
>     MutexLocker lockOrigins(m_originSetGuard);
>     m_originSet.clear();
> }

Yeah, got this lock-unlock idiom, now. Thanks for pointing out.
Is the patch acceptable now?

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