<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>41374</bug_id>
          
          <creation_ts>2010-06-29 14:18:26 -0700</creation_ts>
          <short_desc>Rename releaseRef to leakRef</short_desc>
          <delta_ts>2011-12-25 19:34:38 -0800</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>Web Template Framework</component>
          <version>528+ (Nightly build)</version>
          <rep_platform>All</rep_platform>
          <op_sys>All</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          <dependson>68672</dependson>
    
    <dependson>71422</dependson>
    
    <dependson>71423</dependson>
          <blocked>41321</blocked>
          <everconfirmed>1</everconfirmed>
          <reporter name="Darin Adler">darin</reporter>
          <assigned_to name="Darin Adler">darin</assigned_to>
          <cc>ddkilzer</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>244483</commentid>
    <comment_count>0</comment_count>
    <who name="Darin Adler">darin</who>
    <bug_when>2010-06-29 14:18:26 -0700</bug_when>
    <thetext>Rename the releaseRef function in PassRefPtr to leakRef. Might also want to add a leakRef function to RefPtr.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>285774</commentid>
    <comment_count>1</comment_count>
    <who name="David Kilzer (:ddkilzer)">ddkilzer</who>
    <bug_when>2010-09-27 14:59:21 -0700</bug_when>
    <thetext>There is also a releaseRef() method defined in RetainPtr.h.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>285779</commentid>
    <comment_count>2</comment_count>
    <who name="Darin Adler">darin</who>
    <bug_when>2010-09-27 15:01:51 -0700</bug_when>
    <thetext>JSRetainPtr.h, PassRefPtr.h, RetainPtr.h, and COMPtr.h all now have leakRef functions.

But many old call sites still are calling releaseRef, so we still have releaseRef functions in all of these classes that call over to leakRef.

Remaining work: Switch all the call sites to leakRef, and delete releaseRef functions entirely.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>