[Webkit-unassigned] [Bug 71101] Stylebot should not complain about a RefPtr argument passed by pointer (RefPtr<...>*)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 31 01:17:24 PDT 2011


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


Alexander Pavlov (apavlov) <apavlov at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |loislo at chromium.org




--- Comment #4 from Alexander Pavlov (apavlov) <apavlov at chromium.org>  2011-10-31 01:17:24 PST ---
(In reply to comment #3)
> Where is this style used?  It seems quite odd so I would like to understand what its utility is.

It is used in the InspectorBackendDispatcher generator which invokes methods on Inspector*Agent instances (as such, their method signatures use this style, too). It has been there for quite a while, since the times when the "output argument should be a reference, not a pointer" was proper style.

That said, I'm told that we are going to correct this shortly (this week), so that this will no longer be an issue, and I believe this bug can be closed as wontfix.

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