Bug 179749

Summary: Fix fast/events/message-port-postMessage-recursive.html after r224896
Product: WebKit Reporter: Alex Christensen <achristensen>
Component: New BugsAssignee: Alex Christensen <achristensen>
Status: RESOLVED FIXED    
Severity: Normal CC: ap, benjamin, buildbot, cdumez, cmarcelo, dbates, jer.noble, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch jer.noble: review+

Alex Christensen
Reported 2017-11-15 16:13:00 PST
Fix fast/events/message-port-postMessage-recursive.html after r224896
Attachments
Patch (1.61 KB, patch)
2017-11-15 16:15 PST, Alex Christensen
no flags
Patch (1.61 KB, patch)
2017-11-15 16:19 PST, Alex Christensen
jer.noble: review+
Alex Christensen
Comment 1 2017-11-15 16:15:46 PST
Alex Christensen
Comment 2 2017-11-15 16:19:37 PST
Alex Christensen
Comment 3 2017-11-15 16:36:51 PST
Radar WebKit Bug Importer
Comment 4 2017-11-15 16:38:15 PST
Alexey Proskuryakov
Comment 5 2017-11-16 22:16:18 PST
Comment on attachment 327034 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=327034&action=review > Source/WTF/wtf/mac/MainThreadMac.mm:128 > + return currentMode == (NSString *)kCFRunLoopCommonModes I don't see how this can work. According to documentation, "Run loops never run in this mode". https://developer.apple.com/documentation/corefoundation/cfrunloop/common_mode_flag
Note You need to log in before you can comment on or make changes to this bug.