[Webkit-unassigned] [Bug 131406] Web Inspector: Prevent deadlocks receiving WIRPermissionDenied message

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 8 16:38:45 PDT 2014


https://bugs.webkit.org/show_bug.cgi?id=131406





--- Comment #4 from Joseph Pecoraro <joepeck at webkit.org>  2014-04-08 16:39:06 PST ---
(In reply to comment #3)
> (From update of attachment 228907 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=228907&action=review
> 
> > Source/JavaScriptCore/inspector/remote/RemoteInspector.h:68
> > +    enum StopSource { StopSourceAPI, StopSourceXPCMessage };
> 
> IIRC, we don't typically repeat the enum name. So:
> 
> enum StopSource { API, XPCMessage };
> 
> But I could be wrong.

Seems fine. I'll make that change.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list