Bug 71913

Summary: StyleSheet: Devirtualize styleSheetChanged().
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-11-09 07:18:20 PST
This is only used by CSSStyleSheet, so let's move it there instead.
Comment 1 Andreas Kling 2011-11-09 07:33:25 PST
Created attachment 114274 [details]
Patch
Comment 2 WebKit Review Bot 2011-11-09 07:35:06 PST
Attachment 114274 [details] did not pass style-queue:

Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/WebCore/ChangeLog', u'Source/WebCor..." exit_code: 1

Source/WebCore/css/StyleSheet.h:41:  The parameter name "disabled" adds no information, so it should be removed.  [readability/parameter_name] [5]
Total errors found: 1 in 4 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 Antti Koivisto 2011-11-09 08:14:00 PST
Comment on attachment 114274 [details]
Patch

r=me
Comment 4 Andreas Kling 2011-11-09 08:19:53 PST
Committed r99722: <http://trac.webkit.org/changeset/99722>