Bug 223274 - [PlayStation] Fix builds with ENABLE(CSS_SCROLL_SNAP) off after r274495
Summary: [PlayStation] Fix builds with ENABLE(CSS_SCROLL_SNAP) off after r274495
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Stephan Szabo
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-03-16 12:57 PDT by Stephan Szabo
Modified: 2021-03-16 17:12 PDT (History)
6 users (show)

See Also:


Attachments
Patch (1.77 KB, patch)
2021-03-16 13:10 PDT, Stephan Szabo
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Stephan Szabo 2021-03-16 12:57:21 PDT
r274495 added some code using .snapOffsetsInfo() without the corresponding check for the enable flag it's defined inside in the header.
Comment 1 Stephan Szabo 2021-03-16 13:10:29 PDT
Created attachment 423390 [details]
Patch
Comment 2 Stephan Szabo 2021-03-16 17:12:53 PDT
Had concurrent fix.