Bug 202358 - [Nicosia] Complete ScrollingTreeNicosia::createScrollingTreeNode()
Summary: [Nicosia] Complete ScrollingTreeNicosia::createScrollingTreeNode()
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Zan Dobersek
URL:
Keywords: InRadar
Depends on:
Blocks: 198475
  Show dependency treegraph
 
Reported: 2019-09-29 22:49 PDT by Zan Dobersek
Modified: 2019-09-30 02:07 PDT (History)
8 users (show)

See Also:


Attachments
Patch (2.58 KB, patch)
2019-09-29 22:50 PDT, Zan Dobersek
no flags Details | Formatted Diff | Diff
Patch for landing (2.47 KB, patch)
2019-09-30 02:03 PDT, Zan Dobersek
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Zan Dobersek 2019-09-29 22:49:03 PDT
[Nicosia] Complete ScrollingTreeNicosia::createScrollingTreeNode()
Comment 1 Zan Dobersek 2019-09-29 22:50:27 PDT
Created attachment 379823 [details]
Patch
Comment 2 Carlos Garcia Campos 2019-09-30 01:04:51 PDT
Comment on attachment 379823 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=379823&action=review

> Source/WebCore/page/scrolling/nicosia/ScrollingTreeNicosia.cpp:74
> -    RELEASE_ASSERT_NOT_REACHED();
> +    ASSERT_NOT_REACHED();
> +    return ScrollingTreeFixedNode::create(*this, nodeID);

why?
Comment 3 Zan Dobersek 2019-09-30 02:03:24 PDT
Created attachment 379829 [details]
Patch for landing
Comment 4 Zan Dobersek 2019-09-30 02:06:40 PDT
Comment on attachment 379829 [details]
Patch for landing

Clearing flags on attachment: 379829

Committed r250514: <https://trac.webkit.org/changeset/250514>
Comment 5 Zan Dobersek 2019-09-30 02:06:44 PDT
All reviewed patches have been landed.  Closing bug.
Comment 6 Radar WebKit Bug Importer 2019-09-30 02:07:20 PDT
<rdar://problem/55832537>