From 7f599570230510fb4ef6fb990911cc58f4add0b3 Mon Sep 17 00:00:00 2001 From: darin Date: Sun, 25 Mar 2007 06:44:30 +0000 Subject: [PATCH] * coding/RefPtr.html: "smart pointer" -> "smart pointers" git-svn-id: https://svn.webkit.org/repository/webkit/trunk@20482 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- WebKitSite/ChangeLog | 4 ++++ WebKitSite/coding/RefPtr.html | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/WebKitSite/ChangeLog b/WebKitSite/ChangeLog index ac479f9e9e89..dd723e55f06b 100644 --- a/WebKitSite/ChangeLog +++ b/WebKitSite/ChangeLog @@ -1,3 +1,7 @@ +2007-03-24 Darin Adler + + * coding/RefPtr.html: "smart pointer" -> "smart pointers" + 2007-03-24 Darin Adler * coding/RefPtr.html: Added. First draft of a document about RefPtr. diff --git a/WebKitSite/coding/RefPtr.html b/WebKitSite/coding/RefPtr.html index c22eb2a35c62..331748062b88 100644 --- a/WebKitSite/coding/RefPtr.html +++ b/WebKitSite/coding/RefPtr.html @@ -58,7 +58,7 @@ for WebCore’s intrusive reference counting.

Raw pointers

-

When discussing smart pointer such as the RefPtr +

When discussing smart pointers such as the RefPtr class template we use the term raw pointer to refer to the C++ language’s built in pointer type. Here’s the canonical setter function, written with raw pointers:

-- 2.36.0