RESOLVED FIXED 131879
bmalloc: Mutex should be harder to use wrong
https://bugs.webkit.org/show_bug.cgi?id=131879
Summary bmalloc: Mutex should be harder to use wrong
Geoffrey Garen
Reported 2014-04-18 21:05:12 PDT
bmalloc: Mutex should be harder to use wrong
Attachments
Patch (41.29 KB, patch)
2014-04-18 21:09 PDT, Geoffrey Garen
kling: review+
Geoffrey Garen
Comment 1 2014-04-18 21:09:42 PDT
WebKit Commit Bot
Comment 2 2014-04-18 21:11:31 PDT
Attachment 229713 [details] did not pass style-queue: ERROR: Source/bmalloc/bmalloc/StaticMutex.h:40: try_lock is incorrectly named. Don't use underscores in your identifier names. [readability/naming/underscores] [4] ERROR: Source/bmalloc/bmalloc/StaticMutex.h:60: StaticMutex::try_lock is incorrectly named. Don't use underscores in your identifier names. [readability/naming/underscores] [4] ERROR: Source/bmalloc/bmalloc/StaticMutex.cpp:26: Found header this file implements before WebCore config.h. Should be: config.h, primary header, blank line, and then alphabetically sorted. [build/include_order] [4] Total errors found: 3 in 15 files If any of these errors are false positives, please file a bug against check-webkit-style.
Andreas Kling
Comment 3 2014-04-19 00:33:21 PDT
Comment on attachment 229713 [details] Patch r=me
Geoffrey Garen
Comment 4 2014-04-19 11:37:21 PDT
Note You need to log in before you can comment on or make changes to this bug.