[Webkit-unassigned] [Bug 51364] Web Inspector: Remote Web Inspector - Cross Platform InspectorServer

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 27 09:23:17 PST 2011


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





--- Comment #52 from Adam Roben (aroben) <aroben at apple.com>  2011-01-27 09:23:16 PST ---
(In reply to comment #51)
> > In this patch the class WebSocketHandshakeRequest became a subclass of RefCounted HTTPRequest,
> > and so I found it easier to pass a pointer to the request (refCountedRequest.get()). Is there a convenient
> > way I could stick with the old prototype?
> 
> It's not a very common idiom in WebCore, but I like to pass by reference when arguments can't be null. You can just do *refCountedRequest.get().

Or even just *refCountedRequest.

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