Bug 4758 - unify SharedPtr in WebCore and JavaScriptCore
Summary: unify SharedPtr in WebCore and JavaScriptCore
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P2 Enhancement
Assignee: Darin Adler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-30 10:55 PDT by Darin Adler
Modified: 2005-08-30 19:49 PDT (History)
0 users

See Also:


Attachments
patch that makes WebCore use the SharedPtr template in JavaScriptCore (32.02 KB, patch)
2005-08-30 10:57 PDT, Darin Adler
sullivan: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Darin Adler 2005-08-30 10:55:39 PDT
 
Comment 1 Darin Adler 2005-08-30 10:57:25 PDT
Created attachment 3676 [details]
patch that makes WebCore use the SharedPtr template in JavaScriptCore
Comment 2 Maciej Stachowiak 2005-08-30 19:13:26 PDT
Perhaps KJS should import SharedPtr into the kjs namespace.
Comment 3 Darin Adler 2005-08-30 19:49:52 PDT
I like that idea too.