Bug 72888 - StyleSheet: Move completeURL() to CSSStyleSheet.
Summary: StyleSheet: Move completeURL() to CSSStyleSheet.
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-11-21 08:23 PST by Andreas Kling
Modified: 2011-11-21 10:51 PST (History)
3 users (show)

See Also:


Attachments
Patch (3.24 KB, patch)
2011-11-21 08:27 PST, Andreas Kling
no flags 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-11-21 08:23:06 PST
StyleSheet::completeURL() is virtual but only ever called on CSSStyleSheet objects.
We can move the method down to CSSStyleSheet and make it non-virtual.
Comment 1 Andreas Kling 2011-11-21 08:27:15 PST
Created attachment 116093 [details]
Patch
Comment 2 Antti Koivisto 2011-11-21 08:39:04 PST
Comment on attachment 116093 [details]
Patch

r=me
Comment 3 WebKit Review Bot 2011-11-21 10:51:16 PST
Comment on attachment 116093 [details]
Patch

Clearing flags on attachment: 116093

Committed r100935: <http://trac.webkit.org/changeset/100935>
Comment 4 WebKit Review Bot 2011-11-21 10:51:22 PST
All reviewed patches have been landed.  Closing bug.