Bug 115075 - Remove unnecessary MutableStylePropertySet casts.
Summary: Remove unnecessary MutableStylePropertySet casts.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Andreas Kling
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-23 18:54 PDT by Andreas Kling
Modified: 2013-04-24 05:32 PDT (History)
2 users (show)

See Also:


Attachments
Patch (3.59 KB, patch)
2013-04-23 18:56 PDT, Andreas Kling
ggaren: review+
Details | Formatted Diff | Diff

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