Bug 186405 - [Win] Fix initial value of HANDLE to INVALID_HANDLE_VALUE
Summary: [Win] Fix initial value of HANDLE to INVALID_HANDLE_VALUE
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: 2018-06-07 12:11 PDT by Basuke Suzuki
Modified: 2018-06-08 14:13 PDT (History)
8 users (show)

See Also:


Attachments
PATCH (1.75 KB, patch)
2018-06-08 13:05 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 2018-06-07 12:11:30 PDT
Bug fix. Invalid HANDLE must not has nullptr, but INVALID_HANDLE_VALUE.
Comment 1 Basuke Suzuki 2018-06-08 13:05:36 PDT
Created attachment 342309 [details]
PATCH
Comment 2 Per Arne Vollan 2018-06-08 13:46:52 PDT
Comment on attachment 342309 [details]
PATCH

R=me.
Comment 3 WebKit Commit Bot 2018-06-08 14:07:04 PDT
Comment on attachment 342309 [details]
PATCH

Clearing flags on attachment: 342309

Committed r232639: <https://trac.webkit.org/changeset/232639>
Comment 4 WebKit Commit Bot 2018-06-08 14:07:05 PDT
All reviewed patches have been landed.  Closing bug.
Comment 5 Radar WebKit Bug Importer 2018-06-08 14:13:24 PDT
<rdar://problem/40950238>