Bug 137798

Summary: OSObjectPtr is missing leakRef()
Product: WebKit Reporter: mitz
Component: Web Template FrameworkAssignee: mitz
Status: RESOLVED FIXED    
Severity: Normal CC: benjamin, cmarcelo, commit-queue, sam
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Add OSObjectPtr::leakRef sam: review+

Description mitz 2014-10-16 17:13:34 PDT
OSObjectPtr is missing leakRef()
Comment 1 mitz 2014-10-16 17:14:48 PDT
Created attachment 239985 [details]
Add OSObjectPtr::leakRef
Comment 2 WebKit Commit Bot 2014-10-16 17:16:28 PDT
Attachment 239985 [details] did not pass style-queue:


ERROR: Source/WTF/wtf/OSObjectPtr.h:145:  This { should be at the end of the previous line  [whitespace/braces] [4]
Total errors found: 1 in 4 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 mitz 2014-10-16 22:14:42 PDT
Committed <http://trac.webkit.org/r174809>.