[Webkit-unassigned] [Bug 23490] New: Remove initialRefCount argument from RefCounted class
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Jan 22 18:34:22 PST 2009
https://bugs.webkit.org/show_bug.cgi?id=23490
Summary: Remove initialRefCount argument from RefCounted class
Product: WebKit
Version: 528+ (Nightly build)
Platform: Macintosh
OS/Version: Mac OS X 10.5
Status: NEW
Severity: Normal
Priority: P2
Component: JavaScriptCore
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: ddkilzer at webkit.org
CC: darin at apple.com, kevino at theolliviers.com,
darin at chromium.org
* SUMMARY
Now that nearly all classes(*) have switched to starting with a ref count of 1,
the argument to the RefCounted class may be removed.
(*) There are two classes remaining that haven't been converted:
$ grep -r ': RefCounted<' WebCore | grep '(0)'
WebCore/page/chromium/AccessibilityObjectWrapper.h: :
RefCounted<AccessibilityObjectWrapper>(0), m_object(obj) { }
$ grep -r ': RefCounted<' WebKit | grep '(0)'
WebKit/wx/WebKitSupport/FrameLoaderClientWx.cpp: :
RefCounted<FrameLoaderClientWx>(0)
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list