| Summary: | Devirtualize RenderDeprecatedFlexibleBox::isStretchingChildren(). | ||||||
|---|---|---|---|---|---|---|---|
| Product: | WebKit | Reporter: | Andreas Kling <kling> | ||||
| Component: | Layout and Rendering | Assignee: | Andreas Kling <kling> | ||||
| Status: | RESOLVED FIXED | ||||||
| Severity: | Normal | CC: | commit-queue, esprehn+autocc, glenn, kling, kondapallykalyan | ||||
| Priority: | P2 | ||||||
| Version: | 528+ (Nightly build) | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Attachments: |
|
||||||
|
Description
Andreas Kling
2014-10-27 10:46:22 PDT
Created attachment 240487 [details]
Patch
Comment on attachment 240487 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=240487&action=review r=me with nit. > Source/WebCore/rendering/RenderBox.cpp:2702 > if (h.isAuto() && parent()->isDeprecatedFlexibleBox() && parent()->style().boxOrient() == HORIZONTAL nit: is<RenderDeprecatedFlexibleBox>(*parent()) Attachment 240487 [details] did not pass style-queue:
ERROR: Source/WebCore/rendering/RenderBox.cpp:2703: When wrapping a line, only indent 4 spaces. [whitespace/indent] [3]
Total errors found: 1 in 3 files
If any of these errors are false positives, please file a bug against check-webkit-style.
Committed r175230: <http://trac.webkit.org/changeset/175230> |