Changeset 20488 in webkit


Ignore:
Timestamp:
Mar 25, 2007 3:33:07 AM (17 years ago)
Author:
bdash
Message:

2007-03-25 Mark Rowe <mrowe@apple.com>

Fix grammar error that Mitz pointed out. Replace raw ampersands in hyperlink URL with named entity.

  • coding/RefPtr.html:
Location:
trunk/WebKitSite
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebKitSite/ChangeLog

    r20486 r20488  
     12007-03-25  Mark Rowe  <mrowe@apple.com>
     2
     3        Fix grammar error that Mitz pointed out.  Replace raw ampersands in hyperlink URL with named entity.
     4
     5        * coding/RefPtr.html:
     6
    172007-03-25  Darin Adler  <darin@apple.com>
    28
  • trunk/WebKitSite/coding/RefPtr.html

    r20486 r20488  
    131131
    132132<p>(This analysis ignores the possibility that the compiler might implement the
    133 <a href="http://www.awprofessional.com/articles/article.asp?p=25033&seqNum=3&rl=1">return value optimization</a>.
     133<a href="http://www.awprofessional.com/articles/article.asp?p=25033&amp;seqNum=3&amp;rl=1">return value optimization</a>.
    134134If the compiler does, some of the reference count churn may be mitigated.)</p>
    135135
     
    144144another <span class="class">PassRefPtr</span>, the original
    145145pointer value is set to 0; the operation is done without any change to the reference count.
    146 Lets take a look at a new version of our example:</p>
     146Lets take a look at a new version of our example:</p>
    147147
    148148<pre class="code"><span class="comment">// example, not preferred style</span>
Note: See TracChangeset for help on using the changeset viewer.