Bug 199491 - Crash in WebDragClient::startDrag because GraphicsContext is nullptr
Summary: Crash in WebDragClient::startDrag because GraphicsContext is nullptr
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: Ryosuke Niwa
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2019-07-03 20:34 PDT by Ryosuke Niwa
Modified: 2019-07-03 20:39 PDT (History)
3 users (show)

See Also:


Attachments
Adds a null check (1.37 KB, patch)
2019-07-03 20:35 PDT, Ryosuke Niwa
wenson_hsieh: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ryosuke Niwa 2019-07-03 20:34:33 PDT
Crash in WebDragClient::startDrag because GraphicsContext is nullptr
Comment 1 Ryosuke Niwa 2019-07-03 20:35:21 PDT
Created attachment 373452 [details]
Adds a null check
Comment 2 Ryosuke Niwa 2019-07-03 20:35:44 PDT
<rdar://problem/49416370>
Comment 3 Ryosuke Niwa 2019-07-03 20:39:50 PDT
Committed r247134: <https://trac.webkit.org/changeset/247134>