Bug 71813 - CSSValue: Devirtualize cssText().
Summary: CSSValue: Devirtualize cssText().
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: 71666
  Show dependency treegraph
 
Reported: 2011-11-08 07:11 PST by Andreas Kling
Modified: 2011-11-08 09:45 PST (History)
2 users (show)

See Also:


Attachments
Patch! (35.60 KB, patch)
2011-11-08 07:21 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-08 07:11:08 PST
SSIA
Comment 1 Andreas Kling 2011-11-08 07:21:50 PST
Created attachment 114059 [details]
Patch!
Comment 2 Antti Koivisto 2011-11-08 07:25:59 PST
Comment on attachment 114059 [details]
Patch!

r=me
Comment 3 WebKit Review Bot 2011-11-08 07:27:47 PST
Attachment 114059 [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/CSSValue.cpp:32:  Alphabetical sorting problem.  [build/include_order] [4]
Source/WebCore/css/CSSValue.cpp:51:  Alphabetical sorting problem.  [build/include_order] [4]
Source/WebCore/css/CSSValue.cpp:54:  Alphabetical sorting problem.  [build/include_order] [4]
Total errors found: 3 in 53 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 4 Andreas Kling 2011-11-08 07:30:20 PST
Committed r99567: <http://trac.webkit.org/changeset/99567>
Comment 5 Darin Adler 2011-11-08 09:45:55 PST
Comment on attachment 114059 [details]
Patch!

Should be customCSSText not customCssText, with our WebKit naming style.