Bug 115213

Summary: StylePropertySet::getPropertyShorthand() should return a String.
Product: WebKit Reporter: Andreas Kling <kling>
Component: CSSAssignee: Andreas Kling <kling>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, esprehn+autocc, kling, macpherson, menard
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch andersca: review+

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>