Bug 73998 - ApplyPropertyBorderImage: Remove unneeded template argument for mapNinePieceImage().
Summary: ApplyPropertyBorderImage: Remove unneeded template argument for mapNinePieceI...
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: 2011-12-07 06:13 PST by Andreas Kling
Modified: 2011-12-07 08:16 PST (History)
2 users (show)

See Also:


Attachments
Patch (3.84 KB, patch)
2011-12-07 06:18 PST, Andreas Kling
koivisto: 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 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>