Bug 73169

Summary: CSS/XSLStyleSheet: checkLoaded() needn't be virtual.
Product: WebKit Reporter: Andreas Kling <kling>
Component: CSSAssignee: Andreas Kling <kling>
Status: RESOLVED FIXED    
Severity: Normal CC: koivisto, macpherson, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Andreas Kling 2011-11-27 08:09:38 PST
checkLoaded() does not exist in the common parent class (StyleSheet), so it shouldn't be virtual in the CSS/XSL StyleSheets.
Comment 1 Andreas Kling 2011-11-27 08:11:11 PST
Created attachment 116673 [details]
Patch
Comment 2 Antti Koivisto 2011-11-27 10:56:36 PST
Comment on attachment 116673 [details]
Patch

Wish these had a better name/were factored differently.
Comment 3 WebKit Review Bot 2011-11-27 12:20:43 PST
Comment on attachment 116673 [details]
Patch

Clearing flags on attachment: 116673

Committed r101206: <http://trac.webkit.org/changeset/101206>
Comment 4 WebKit Review Bot 2011-11-27 12:20:47 PST
All reviewed patches have been landed.  Closing bug.