Bug 183450

Summary: [Win] Use __debugbreak for WTFBreakpointTrap
Product: WebKit Reporter: Yusuke Suzuki <ysuzuki>
Component: New BugsAssignee: Yusuke Suzuki <ysuzuki>
Status: RESOLVED FIXED    
Severity: Normal CC: achristensen, benjamin, cdumez, cmarcelo, darin, dbates, don.olmstead, ews-watchlist, mark.lam, saam, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch mark.lam: review+

Yusuke Suzuki
Reported 2018-03-08 06:24:46 PST
[Win] Use __debugbreak for WTFBreakpointTrap
Attachments
Patch (1.51 KB, patch)
2018-03-08 06:25 PST, Yusuke Suzuki
mark.lam: review+
Yusuke Suzuki
Comment 1 2018-03-08 06:25:51 PST
Mark Lam
Comment 2 2018-03-08 07:24:54 PST
Comment on attachment 335296 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=335296&action=review r=me > Source/WTF/wtf/Assertions.h:212 > +#else > #if ASAN_ENABLED Change this into an "#elif ASAN_ENABLED" because these cases should all be mutually exclusive. > Source/WTF/wtf/Assertions.h:223 > +#endif // COMPILER(MSVC) Remove this.
Yusuke Suzuki
Comment 3 2018-03-08 07:43:35 PST
Comment on attachment 335296 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=335296&action=review Thank you! >> Source/WTF/wtf/Assertions.h:212 >> #if ASAN_ENABLED > > Change this into an "#elif ASAN_ENABLED" because these cases should all be mutually exclusive. OK, changed. >> Source/WTF/wtf/Assertions.h:223 >> +#endif // COMPILER(MSVC) > > Remove this. Fixed.
Yusuke Suzuki
Comment 4 2018-03-08 07:47:31 PST
Radar WebKit Bug Importer
Comment 5 2018-03-08 07:48:34 PST
Note You need to log in before you can comment on or make changes to this bug.