Bug 57592 - Remove refcounting of CSSStyleApplyProperty singleton
Summary: Remove refcounting of CSSStyleApplyProperty singleton
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-31 16:18 PDT by Luke Macpherson
Modified: 2011-04-01 10:45 PDT (History)
4 users (show)

See Also:


Attachments
Patch (1.16 KB, patch)
2011-03-31 16:19 PDT, Luke Macpherson
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.