Bug 73998

Summary: ApplyPropertyBorderImage: Remove unneeded template argument for mapNinePieceImage().
Product: WebKit Reporter: Andreas Kling <kling>
Component: CSSAssignee: Andreas Kling <kling>
Status: RESOLVED FIXED    
Severity: Normal CC: macpherson, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch koivisto: review+

Description Andreas Kling 2011-12-07 06:13:33 PST
CSSStyleSelector::mapNinePieceImage() was made public in <http://trac.webkit.org/changeset/102188>.

Therefore it's no longer to pass it as a template argument to ApplyPropertyBorderImage.
Comment 1 Andreas Kling 2011-12-07 06:18:52 PST
Created attachment 118204 [details]
Patch
Comment 2 Antti Koivisto 2011-12-07 07:39:10 PST
Comment on attachment 118204 [details]
Patch

r=me
Comment 3 Andreas Kling 2011-12-07 08:16:45 PST
Committed r102242: <http://trac.webkit.org/changeset/102242>