Bug 5942

Summary: SVGRenderStyle should be held as a DataRef and shared/lazily allocated
Product: WebKit Reporter: Eric Seidel (no email) <eric>
Component: SVGAssignee: Eric Seidel (no email) <eric>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P4    
Version: 420+   
Hardware: Mac   
OS: OS X 10.4   
Attachments:
Description Flags
Makes SVGRenderStyle a DataRef pointer (thus shared, COW) darin: review+

Description Eric Seidel (no email) 2005-12-05 02:17:13 PST
SVGRenderStyle should be held as a DataRef and shared/lazily allocated

The attached patch does just that.
Comment 1 Eric Seidel (no email) 2005-12-05 02:17:59 PST
Created attachment 4957 [details]
Makes SVGRenderStyle a DataRef pointer (thus shared, COW)
Comment 2 Eric Seidel (no email) 2005-12-05 02:18:25 PST
Comment on attachment 4957 [details]
Makes SVGRenderStyle a DataRef pointer (thus shared, COW)

mjs, darin, dethbakin or hyatt could easily review this simple patch.
Comment 3 Darin Adler 2005-12-05 06:36:58 PST
Comment on attachment 4957 [details]
Makes SVGRenderStyle a DataRef pointer (thus shared, COW)

looks fine, r=me