Bug 57592

Summary: Remove refcounting of CSSStyleApplyProperty singleton
Product: WebKit Reporter: Luke Macpherson <macpherson>
Component: CSSAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, dglazkov, eric, zimmermann
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Other   
OS: OS X 10.5   
Attachments:
Description Flags
Patch none

Description Luke Macpherson 2011-03-31 16:18:37 PDT
Remove refcounting of CSSStyleApplyProperty singleton
Comment 1 Luke Macpherson 2011-03-31 16:19:58 PDT
Created attachment 87803 [details]
Patch
Comment 2 Dimitri Glazkov (Google) 2011-03-31 17:11:01 PDT
Comment on attachment 87803 [details]
Patch

ok.
Comment 3 WebKit Commit Bot 2011-03-31 18:39:40 PDT
Comment on attachment 87803 [details]
Patch

Clearing flags on attachment: 87803

Committed r82654: <http://trac.webkit.org/changeset/82654>
Comment 4 WebKit Commit Bot 2011-03-31 18:39:44 PDT
All reviewed patches have been landed.  Closing bug.
Comment 5 Alexey Proskuryakov 2011-04-01 10:45:48 PDT
Shouldn't it have been made noncopyable? I think that this patch was not an improvement without that.