Bug 76752 - The leaky DC check should use adoptPtr as a signal instead of OwnPtr to get less false positives.
Summary: The leaky DC check should use adoptPtr as a signal instead of OwnPtr to get l...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: David Levin
URL:
Keywords:
: 76483 (view as bug list)
Depends on:
Blocks:
 
Reported: 2012-01-20 16:28 PST by David Levin
Modified: 2012-01-23 16:01 PST (History)
6 users (show)

See Also:


Attachments
Patch (3.58 KB, patch)
2012-01-20 16:28 PST, David Levin
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description David Levin 2012-01-20 16:28:13 PST
The leaky DC check should use adoptPtr as a signal instead of OwnPtr to get less false positives.
Comment 1 David Levin 2012-01-20 16:28:32 PST
Created attachment 123405 [details]
Patch
Comment 2 David Levin 2012-01-20 16:29:29 PST
For example, many of these warnings are false positives: https://bugs.webkit.org/show_bug.cgi?id=76750#c2
Comment 3 David Levin 2012-01-20 16:37:38 PST
Anyone is welcome to review :).

(If no one takes me on this, I'll find someone more directly.)
Comment 4 Eric Seidel (no email) 2012-01-20 16:50:08 PST
Comment on attachment 123405 [details]
Patch

rs=me.
Comment 5 WebKit Review Bot 2012-01-20 19:32:44 PST
Comment on attachment 123405 [details]
Patch

Clearing flags on attachment: 123405

Committed r105567: <http://trac.webkit.org/changeset/105567>
Comment 6 WebKit Review Bot 2012-01-20 19:32:49 PST
All reviewed patches have been landed.  Closing bug.
Comment 7 David Levin 2012-01-23 16:01:23 PST
*** Bug 76483 has been marked as a duplicate of this bug. ***