Bug 115075

Summary: Remove unnecessary MutableStylePropertySet casts.
Product: WebKit Reporter: Andreas Kling <kling>
Component: CSSAssignee: Andreas Kling <kling>
Status: RESOLVED FIXED    
Severity: Normal CC: kling, koivisto
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch ggaren: review+

Description Andreas Kling 2013-04-23 18:54:04 PDT
There are some casts sprayed around the code that were needed during the incremental refactoring last weekend.
Comment 1 Andreas Kling 2013-04-23 18:56:46 PDT
Created attachment 199373 [details]
Patch
Comment 2 Geoffrey Garen 2013-04-23 23:41:12 PDT
Comment on attachment 199373 [details]
Patch

r=me
Comment 3 Andreas Kling 2013-04-24 05:32:41 PDT
Committed r149029: <http://trac.webkit.org/changeset/149029>