Bug 211659

Summary: Fix build error on PlatStation port after r261132
Product: WebKit Reporter: Basuke Suzuki <Basuke.Suzuki>
Component: PlatformAssignee: Basuke Suzuki <Basuke.Suzuki>
Status: RESOLVED FIXED    
Severity: Normal CC: Basuke.Suzuki, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
PATCH none

Description Basuke Suzuki 2020-05-08 20:47:40 PDT
In file included from WebCore/DerivedSources/unified-sources/UnifiedSource-767013ce-18.cpp:1:
../../Source/WebCore\page/scrolling/ScrollingTreeGestureState.cpp:53:28: error: member access into incomplete type 'WebCore::ScrollingTree'
            m_scrollingTree.handleWheelEventPhase(*m_mayBeginNodeID, PlatformWheelEventPhaseCancelled);
Comment 1 Basuke Suzuki 2020-05-08 20:57:13 PDT
Created attachment 398913 [details]
PATCH
Comment 2 EWS 2020-05-08 21:17:37 PDT
Committed r261431: <https://trac.webkit.org/changeset/261431>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 398913 [details].
Comment 3 Radar WebKit Bug Importer 2020-05-08 21:18:13 PDT
<rdar://problem/63046935>