[webkit-reviews] review granted: [Bug 22061] create script to check for exit-time destructors : [Attachment 24876] patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 4 05:26:59 PST 2008


Timothy Hatcher <timothy at hatcher.name> has granted Darin Adler
<darin at apple.com>'s request for review:
Bug 22061: create script to check for exit-time destructors
https://bugs.webkit.org/show_bug.cgi?id=22061

Attachment 24876: patch
https://bugs.webkit.org/attachment.cgi?id=24876&action=edit

------- Additional Comments from Timothy Hatcher <timothy at hatcher.name>
> +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


More information about the webkit-reviews mailing list