Bug 6110 - XSLTProcessorImpl should use RefPtr instead of manual ref/deref
Summary: XSLTProcessorImpl should use RefPtr instead of manual ref/deref
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P4 Normal
Assignee: Eric Seidel (no email)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-16 02:21 PST by Eric Seidel (no email)
Modified: 2005-12-16 13:40 PST (History)
0 users

See Also:


Attachments
Super simple patch (2.07 KB, patch)
2005-12-16 02:22 PST, Eric Seidel (no email)
darin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Seidel (no email) 2005-12-16 02:21:44 PST
XSLTProcessorImpl should use RefPtr instead of manual ref/deref

Patch attached.
Comment 1 Eric Seidel (no email) 2005-12-16 02:22:10 PST
Created attachment 5109 [details]
Super simple patch