[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:36:49 PDT 2014


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


Timothy Hatcher <timothy at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #228907|review?                     |review+
               Flag|                            |




--- Comment #3 from Timothy Hatcher <timothy at apple.com>  2014-04-08 16:37:09 PST ---
(From update of attachment 228907)
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.

-- 
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