Bug 163890 - [CSS Parser] Fix -webkit-box-reflect parsing
Summary: [CSS Parser] Fix -webkit-box-reflect parsing
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Canvas (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Dave Hyatt
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-10-24 08:03 PDT by Dave Hyatt
Modified: 2016-10-24 08:10 PDT (History)
1 user (show)

See Also:


Attachments
Patch (12.04 KB, patch)
2016-10-24 08:05 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-24 08:03:31 PDT
Fix -webkit-box-reflect parsing. The mask can be null, so .releaseNonNull() was not appropriate.
Comment 1 Dave Hyatt 2016-10-24 08:05:28 PDT
Created attachment 292611 [details]
Patch
Comment 2 Dave Hyatt 2016-10-24 08:10:35 PDT
Fixed in r207759.