Bug 137798 - OSObjectPtr is missing leakRef()
Summary: OSObjectPtr is missing leakRef()
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Template Framework (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: mitz
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-10-16 17:13 PDT by mitz
Modified: 2014-10-16 22:14 PDT (History)
4 users (show)

See Also:


Attachments
Add OSObjectPtr::leakRef (2.30 KB, patch)
2014-10-16 17:14 PDT, mitz
sam: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>.