We'd like to eliminate all exit-time destructors from WebKit for faster process exit.
Created attachment 24876 [details] patch
Comment on attachment 24876 [details] patch > +void lockAtomicallyInitializedStaticMutex() {} > +void unlockAtomicallyInitializedStaticMutex() { } Space between the braces vs no space in the previous function. > + static String& key = *new String("WebKitDatabaseVersionKey"); Extra space between the assignment. r=me
I think this fixes Bug 21810
*** Bug 21810 has been marked as a duplicate of this bug. ***
(In reply to comment #3) > I think this fixes Bug 21810 No, it doesn't fix it. It's just the tool to help us track the additional work needed.
Landed in r38100. <https://trac.webkit.org/r38100>