Bug 164131 - [CSS Parser] Miscellaneous bug fixes
Summary: [CSS Parser] Miscellaneous bug fixes
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Dave Hyatt
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-10-28 08:59 PDT by Dave Hyatt
Modified: 2016-10-28 09:26 PDT (History)
1 user (show)

See Also:


Attachments
Patch (13.81 KB, patch)
2016-10-28 09:03 PDT, Dave Hyatt
zalan: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dave Hyatt 2016-10-28 08:59:17 PDT
Miscellaneous bug fixes
Comment 1 Dave Hyatt 2016-10-28 09:03:14 PDT
Created attachment 293164 [details]
Patch
Comment 2 WebKit Commit Bot 2016-10-28 09:04:38 PDT
Attachment 293164 [details] did not pass style-queue:


ERROR: Source/WebCore/css/StyleBuilderConverter.h:344:  A case label should not be indented, but line up with its switch statement.  [whitespace/indent] [4]
Total errors found: 1 in 9 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 Dave Hyatt 2016-10-28 09:26:29 PDT
Landed in r208051 with an ASSERT_UNUSED to fix the release build.