Bug 211659 - Fix build error on PlatStation port after r261132
Summary: Fix build error on PlatStation port after r261132
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Platform (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Basuke Suzuki
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2020-05-08 20:47 PDT by Basuke Suzuki
Modified: 2020-05-08 21:18 PDT (History)
2 users (show)

See Also:


Attachments
PATCH (1.00 KB, patch)
2020-05-08 20:57 PDT, Basuke Suzuki
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>