Bug 115213 - StylePropertySet::getPropertyShorthand() should return a String.
Summary: StylePropertySet::getPropertyShorthand() should return a String.
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-25 17:22 PDT by Andreas Kling
Modified: 2013-04-25 17:33 PDT (History)
5 users (show)

See Also:


Attachments
Patch (3.17 KB, patch)
2013-04-25 17:25 PDT, Andreas Kling
andersca: 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-25 17:22:36 PDT
We should just return the property name right away instead of converting at the call site.
Comment 1 Andreas Kling 2013-04-25 17:25:46 PDT
Created attachment 199767 [details]
Patch
Comment 2 Andreas Kling 2013-04-25 17:33:05 PDT
Committed r149157: <http://trac.webkit.org/changeset/149157>