Bug 223274

Summary: [PlayStation] Fix builds with ENABLE(CSS_SCROLL_SNAP) off after r274495
Product: WebKit Reporter: Stephan Szabo <stephan.szabo>
Component: WebCore Misc.Assignee: Stephan Szabo <stephan.szabo>
Status: RESOLVED FIXED    
Severity: Normal CC: cmarcelo, ews-watchlist, fred.wang, jamesr, luiz, tonikitoo
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

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.