Bug 71913 - StyleSheet: Devirtualize styleSheetChanged().
Summary: StyleSheet: Devirtualize styleSheetChanged().
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-09 07:18 PST by Andreas Kling
Modified: 2011-11-09 08:19 PST (History)
2 users (show)

See Also:


Attachments
Patch (2.57 KB, patch)
2011-11-09 07:33 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-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>