[Webkit-unassigned] [Bug 82958] Web Inspector: CodeGeneratorInspector.py: switch Inspector, Memory and Database domains to typed API

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 3 08:37:10 PDT 2012


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


Peter Rybin <prybin at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #135208|1                           |0
        is obsolete|                            |




--- Comment #7 from Peter Rybin <prybin at chromium.org>  2012-04-03 08:37:10 PST ---
(From update of attachment 135208)
View in context: https://bugs.webkit.org/attachment.cgi?id=135208&action=review

>> Source/WebCore/inspector/InspectorMemoryAgent.cpp:205
>> +    PassRefPtr<TypeBuilder::Array<TypeBuilder::Memory::DOMGroup> > domGroups() { return m_domGroups; }
> 
> Why did it become PassRefPtr?

Because we work in terms of RefPtr's everywhere here and there is no reason for transient switch to raw pointer.
A drive-by fix.

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