Bug 223545 - Crash in ReplaceSelectionCommand::doApply()
Summary: Crash in ReplaceSelectionCommand::doApply()
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: HTML Editing (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2021-03-19 17:15 PDT by Julian Gonzalez
Modified: 2021-03-30 14:57 PDT (History)
4 users (show)

See Also:


Attachments
Patch (3.94 KB, patch)
2021-03-19 17:44 PDT, Julian Gonzalez
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Julian Gonzalez 2021-03-19 17:15:50 PDT
e.g.

frame #0: WebCore`WebCore::CompositeEditCommand::splitTreeToNode(WebCore::Node&, WebCore::Node&, bool)
frame #1: WebCore`WebCore::ReplaceSelectionCommand::doApply()
frame #2: WebCore`WebCore::CompositeEditCommand::apply()
frame #3: WebCore`WebCore::executeInsertFragment(WebCore::Frame&, WTF::Ref<WebCore::DocumentFragment, WTF::RawPtrTraits<WebCore::DocumentFragment> >&&)
frame #4: WebCore`WebCore::executeInsertNode(WebCore::Frame&, WTF::Ref<WebCore::Node, WTF::RawPtrTraits<WebCore::Node> >&&)
frame #5: WebCore`WebCore::executeInsertImage(WebCore::Frame&, WebCore::Event*, WebCore::EditorCommandSource, WTF::String const&)
frame #6: WebCore`WebCore::Document::execCommand(WTF::String const&, bool, WTF::String const&)

<rdar://problem/73938060>
Comment 1 Julian Gonzalez 2021-03-19 17:44:26 PDT
Created attachment 423794 [details]
Patch
Comment 2 EWS 2021-03-22 23:19:38 PDT
Committed r274847: <https://commits.webkit.org/r274847>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 423794 [details].