[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
Thu Jan 26 11:09:01 PST 2012


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





--- Comment #11 from Anton D'Auria <adauria at apple.com>  2012-01-26 11:09:00 PST ---
You'll need to return after saving the path string and clearing m_originSet, but before doing any importing.

// save new path
// lock m_originSetGuard and clear m_origin

if (!m_isActive)
    return;

importOriginIdentifiers();

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